Terry Gilliver
Posts: 0
Joined: Fri Apr 18, 2014 8:45 pm

access the phones backbutton in jqm app

is it possible to exit an app by pressing the devices back button twice in succession as with most other apps on the market? It seems to be somewhat of a standard way to exit apps.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

access the phones backbutton in jqm app

Hello Terry,

The Appery.io uses the default list of Cordova plugins in the projects, and if you need some specific device features for your app you should use a Cordova plugin which could provide such features.

Jeffry Reed
Posts: 0
Joined: Sun Aug 14, 2016 3:59 pm

access the phones backbutton in jqm app

Terry,

From what I read you cannot programmatically exit app on iOS (https://stackoverflow.com/questions/2...)

See what you can do with...

$.mobile.back();

navigator.app.exitApp();

Terry Gilliver
Posts: 0
Joined: Fri Apr 18, 2014 8:45 pm

access the phones backbutton in jqm app

Thanks guys, I will look into it.

Return to “Issues”