exit apps
hi, i am writing this code onclick event to exit apps. but not working this methods 
 navigator.app.exitApp(); 
 and 
 device.exitApp();
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, i am writing this code onclick event to exit apps. but not working this methods 
 navigator.app.exitApp(); 
 and 
 device.exitApp();
Hi,
Please take a look at here: https://getsatisfaction.com/apperyio/...
Hi, still not working, i m using this code. 
 $('#startScreen_mobilefooter1 [name="mobilenavbaritem_8"]').die().live({ 
             click: function() { 
                 if (!$(this).attr('disabled')) { 
                     alert('Do you want to exit?'); 
                     navigator.app.exitApp();
Code: Select all
             } 
         }, 
     });Hello! Could you clarify what device/version you use to test? Where did you put this code? Did you install app on device?
i installed app on my device, samsung S3 and Huwavi version android 4.0.4 and 4.3 , both devices not exiting app. i wrote code on click event as follows 
 $('#startScreen_mobilefooter1 [name="mobilenavbaritem_8"]').die().live({  
 click: function() {  
 if (!$(this).attr('disabled')) {  
 alert('Do you want to exit?');  
 navigator.app.exitApp();
}  
 },  
 });
Please use Libraries version 1.1 instead 1.2 (in App settings-- External resources)