Native Android app Back key to change form

I am using the Basic/Voltbuilder for the application. I would like to set the physcial “BACK” key to change form instead of quiting the application.

Check out the BrowserArrrows sample.

There is an enableBrowserArrows setting int Project Properties.

Thanks. It is working fine. Is there any way to set 2 clicks on BACK button to quit the app in the first page?

Generally, no. You’ll notice that mobile apps (on iOS or Android) do not have quit buttons. The user is just expected to go directly to another app.

Anyway the enabledBrowserArrows is help alot. Thanks for your help.