close the app in ios is not working
Hi Team,
codenavigator.app.exitApp();/code this code is not working in ios, the app is not close after tapping/clicking the button. any suggestion?
Thank you
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hi Team,
codenavigator.app.exitApp();/code this code is not working in ios, the app is not close after tapping/clicking the button. any suggestion?
Thank you
Hello,
Could you check are there any errors in console? This: (http://devcenter.appery.io/documentat... should help.
how could i check the error if the app is already installed in the gadget? -.-
Hi She -
You can use Weinre debugger, if the app is running on the device. https://devcenter.appery.io/documenta...
Hi Ilya,
so this "navigator.app.exitApp();" code is working even in iOS device? because i already tried it and nothing happen.
Please check this code:
preif(navigator.app){
navigator.app.exitApp();
}else if(navigator.device){
navigator.device.exitApp();
}/pre
Hi Sergiy,
This is code is not working. im using iOS 8.3
Appery.io doesn't support iOS 8.3:
https://devcenter.appery.io/documenta...