Hi,
I am developing an ioinc 4 app. Now i am trying to exit the app when user click the button.
I am trying to write the logic
" this.plateform.exitApp() "
the error is
" Property 'exitApp' does not exist on type 'plateform' " .
any one who have idea about ionic 4?
help will be appreciated
Thank you
Muthu KumarPosted Mar 4, 2019, 6:23 AM
Here is an solution,
navigator.app.exitApp
Reference:-
https://forum.ionicframework.com/t/how-to-quit-the-app-in-ionic-4/136626/3
https://www.codeproject.com/Questions/1278859/Close-app-when-button-click-ionic-4
Fahad KhanPosted Mar 4, 2019, 11:56 PM
Fahad KhanPosted Mar 4, 2019, 11:47 PM