How to resolve net::ERR_UNKNOWN_URL_SCHEME in a webview app? How to use intents?
😶 1
v
Vitaliy Zarubin
05/13/2021, 8:49 AM
for fix use in webview.setWebViewClient()
in WebViewClient override onReceivedError & onReceivedSslError
onReceivedSslError your must have Dialog with warning
in dialog you can show error from SslError.getPrimaryError() or default message
s
Sushruth Nagaraj
05/13/2021, 9:15 AM
I'm trying to open google meet link from a webite
Sushruth Nagaraj
05/13/2021, 9:20 AM
I'm getting an error like this net::ERR_UNKNOWN_URL_SCHEME. How can I resolve this?
t
Tower Guidev2
05/13/2021, 9:50 AM
could share a code snippet of what you are trying?