Also, unless there's a REALLY GOOD REASON (i.e. Input device needs instant results), an app should never just call loadUrl and run arbitrary JS.
On Mon, Dec 9, 2013 at 4:31 PM, Joe Bowser <bows...@gmail.com> wrote: > Every Android dev SHOULD know about Intents since they're a core part of the > OS. The app's custom URI should already be handled by Cordova. If not, > something is wrong with the app. > > On Dec 9, 2013 4:24 PM, "Shazron" <shaz...@gmail.com> wrote: >> >> https://issues.apache.org/jira/browse/CB-5581 >> >> Are we documenting this or does every Android dev know about intents >> (which >> I doubt)? iOS supports this method and is mentioned in the docs, but I >> don't think Android does anything with this.