The only diff between InAppBrowser and ChildBrowser is events support. Any ideas for a 'web standard' way to handle this? Most users use the ChildBrowser for OAuth, and need events.
I'm thinking of the "message" event (and MessageEvent object) from the window.postMessage API: 1. https://developer.mozilla.org/en-US/docs/DOM/window.postMessage 2. http://www.w3.org/TR/2008/WD-html5-20080610/comms.html