Fix onReceivedError deprecation#114
Fix onReceivedError deprecation#114rignaneseleo wants to merge 1 commit intodelight-im:masterfrom rignaneseleo:patch-1
Conversation
Without this fix, the webview goes to error page on some devices without motives
|
Thanks a lot! This is indeed an important issue that needs to get fixed. However, from the documentation:
So the new callback is not really a drop-in replacement for the old callback. I'm not really sure, yet, whether we should just add the call from one method to the other, or if there's something we could do in order to make the callbacks behave the same way. That would be great, of course. Anyway, we should definitely leave this issue open and merge it soon, either in its current form or slightly modified. In the meantime, anybody who needs that fix immediately can insert it using their own |
|
@rignaneseleo this makes no sense to set a target api. Because the error handler is in webviewer also. Please update your webviewer this is not version bindend. Had same error before, you can subscribe on webviewer open beta. |
Without this fix, the webview goes to error page on some devices without motives