Relative Content

Tag Archive for javascriptandroidwebview

WebView Android not satisfying S.browser_fallback_url

I am trying to implement an app that uses webview, inside the html loaded on clicking a button the app a intent url of the form intent://<data>#Intent;scheme=<scheme-name>;action=android.intent.action.VIEW;S.browser_fallback_url=<url>;end is opened, If the intent can be handled by an app downloaded then it opens but if the app is not downloaded or the scheme is misspelt then I get net::ERR_UNKNOWN_URL_SCHEME it does not go to the fallback_url provided.

WebView Android not satisfying S.browser_fallback_url

I am trying to implement an app that uses webview, inside the html loaded on clicking a button the app a intent url of the form intent://<data>#Intent;scheme=<scheme-name>;action=android.intent.action.VIEW;S.browser_fallback_url=<url>;end is opened, If the intent can be handled by an app downloaded then it opens but if the app is not downloaded or the scheme is misspelt then I get net::ERR_UNKNOWN_URL_SCHEME it does not go to the fallback_url provided.