I agree android devs should know about intents, but the specifics of how to use them within a Cordova shell is a bit more complicated. It's a recurring ask (through people filing JIRA bugs from time to time). I think some docs & maybe even adding the handleOpenUrl() would be beneficial.
On Mon, Dec 9, 2013 at 7:45 PM, Joe Bowser <bows...@gmail.com> wrote: > 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. >