I updated my Android phonegap app to 3.2 SDK and the backbutton event handler is not called anymore when pushing the back button from inside the AR view.
The AR view is simply hidden and no callback is ever called.
Reverting the jar to 3.1 solves the issue.
Is there any change that has been made to the way the button has to be handled ?
Thanks,
Benoit
A
Andreas Fötschl
said
about 10 years ago
Hi there!
Previous backbutton handling caused issues on some Android devices out there. The latest Module comes with a sample application and a new approach for the "go back" behavior.
Please have a look at github fpr the sample application and the latest Module
Benoit