Thinking towards 3.0 we'd be deprecating navigator.notification.*, and polyfiling window.confirm. Maybe leave this elsewhere as a 2.x compatibility plugin.
On Thu, Oct 25, 2012 at 2:12 PM, Joe Bowser <bows...@gmail.com> wrote: > Hey > > I'm working through CB-1742, and adding the onCancel listeners for > when someone uses the back button. However, it seems that we don't > have any behaviour defined for this. Right now, I return 0 for this > on the notification.confirm, but I don't think that's right. What > should this be? > > Any ideas? > > Joe