Re: [proposal] [ANDROID] move inAppBrowser intents from onPageStarted to shouldOverrideUrlLoading

2015-04-02 Thread Andrew Grieve
shouldOverrideUrlLoading is what the main cordova webview uses, so that's certainly the right approach. I believe it should also add CATEGORY_BROWSABLE to the intent to ensure that the user is prompted to confirm whether they actually want to make the call. On Thu, Apr 2, 2015 at 7:07 PM, julio

[proposal] [ANDROID] move inAppBrowser intents from onPageStarted to shouldOverrideUrlLoading

2015-04-02 Thread julio cesar sanchez
I've been looking into issues and I have seen this one: https://issues.apache.org/jira/browse/CB-8180 Right now the code to handle the tel links is inside the onPageStarted if (url.startsWith(WebView.SCHEME_TEL)) { try { Intent intent = new