Sounds like pause, resume events? (Which we should look to deprecate for page visibility api but thats another story!)
On Tue, Feb 19, 2013 at 7:45 AM, Leutwyler, Markus <[email protected]>wrote: > What's the process for adding stuff to cordova.js or how can i make such > changes platform specific? > > Let's say I want to add a new (in my case probably webOS specific) > document event for show/hide/relaunch to Cordova: > > Cordova.js, line 240 > channel.onShow = cordova.addDocumentEventHandler('show'); > > > > > Markus >
