[
https://issues.apache.org/jira/browse/CB-9060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14599921#comment-14599921
]
Joe Bowser edited comment on CB-9060 at 6/24/15 6:35 PM:
---------------------------------------------------------
I'm not seeing any loading internally on Lollipop. I really wish there was at
least an offline mode for remotely hosted apps.
On a more serious note, this is definitely an issue we should bring up to the
list, because Whitelisting is hard.
was (Author: bowserj):
I'm not seeing any loading internally on Lollipop. I really wish there was at
least an offline mode for remotely hosted apps. There's nothing more annoying
than trying to check in a beer on untappd only to get a white screen because
the network at BaseCamp Brewing sucks, for example. (This happened to me last
weekend)
On a more serious note, this is definitely an issue we should bring up to the
list, because Whitelisting is hard.
> [Android] CordovaWebViewImpl.showWebPage loads in WebView AND launches intent
> -----------------------------------------------------------------------------
>
> Key: CB-9060
> URL: https://issues.apache.org/jira/browse/CB-9060
> Project: Apache Cordova
> Issue Type: Bug
> Components: Android
> Affects Versions: 4.0.0
> Reporter: Dan Polivy
> Assignee: Joe Bowser
>
> With [email protected] and the new whitelist functionality, it seems that
> calls to CordovaWebView.showWebPage (via CordovaWebViewImpl implementation)
> are getting launched both in the app WebView AND via Intent in the system
> browser.
> This happens when, for example, the Cordova app is hosted remotely, so the
> actual URL is a http://www.somedomain.com/url, and the developer has included
> the following in config.xml:
> <!-- Allow links to web pages to open in a browser -->
> <allow-intent href="http://*/*" />
> <allow-intent href="https://*/*" />
> Then, if in the app, there is a call to showWebPage with a URL at
> http://www.somedomain.com, it will launch in both places.
> Should there be a return statement at Line 216 to prevent any attempt to load
> the URL externally, if we actually load it internally?
> https://github.com/apache/cordova-android/blob/master/framework/src/org/apache/cordova/CordovaWebViewImpl.java#L216
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]