Member
Last active 2 years ago
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
It can be usefull if the web viewer detect system dark or light mode like browsers' css media :
@media (prefers-color-scheme: dark) {}
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?