Both Chrome and Firefox are working on similar APIs, but I don't think there's much progress towards standardizing yet.
Firefox's is documented here: https://wiki.mozilla.org/WebAPI/BrowserAPI Chrome doesn't have docs for it yet, but use them in a sample app: https://github.com/GoogleChrome/chrome-app-samples/blob/master/browser/browser.js On Wed, Nov 21, 2012 at 4:02 PM, Shazron <shaz...@gmail.com> wrote: > 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 >