Hi.
I'm using hash to navigate in my app but there's a problem, when user double tap on back button on android device it will completely close app. is there any way to prevent that?
Hi.
I'm using hash to navigate in my app but there's a problem, when user double tap on back button on android device it will completely close app. is there any way to prevent that?
You can use maybe some events in JavaScript to catch and detect back keypress, other than that, we don't have any such solution particularly for this issue.
in website 2 apk builder v3.0 there was an option 'exit mode' and if I disable 'double press back' it solves the problem. but now in version 5 this option is not available. I dont know maybe it caused bugs so you removed this option, but if possible turn this feature on in next version; thank you for your answer