In the backbutton handling code I have stop method used for events to prevent multiple screens registering the press. It seems to work fine in PC Chrome, but it doesn't appear to be supported in Android Browser. I either have to replace it with PreventDefault \ StopPropagation or there needs to be a detection for this stop method.
Currently it seems to work even without the method, but throwing exceptions to prevent things from happening isn't probably the best idea.
In the backbutton handling code I have stop method used for events to prevent multiple screens registering the press. It seems to work fine in PC Chrome, but it doesn't appear to be supported in Android Browser. I either have to replace it with PreventDefault \ StopPropagation or there needs to be a detection for this stop method.
Currently it seems to work even without the method, but throwing exceptions to prevent things from happening isn't probably the best idea.