At the moment, my Android app will kill itself if the user presses the back button when on the main menu. My issue is that it does it immediately, so if they press it by mistake the app is shut down.
Is there a native “Are you sure?” function built in to native.requestExit?
I could use a native alert and then call requestExit if they press yes, the problem there is that I would need to translate this for all languages that we use which is more time and expense. If there was a built-in confirmation box that used the devices language preference, that would be ideal.
Does anyone know if this exists? I haven’t found anything that suggests it does, but thought I’d ask anyway. [import]uid: 84115 topic_id: 33941 reply_id: 333941[/import]