Exit from Android App - Forum

Forum Navigation
You need to log in to create posts and topics.

Exit from Android App

Is there any way to close the android app?

I have used the below javascript code and it does work.

if(navigator.app){
      navigator.app.exitApp();
}else if(navigator.device){
     navigator.device.exitApp();
}

 

luishp and noyzen have reacted to this post.
luishpnoyzen

Thank you for sharing!

noyzen has reacted to this post.
noyzen

Hi.

Really trying to find a way of closing PWA down when running on a phone (Iphone & Android) Tried this and nothing happens. Tried as subroutine call and direct JS. Neither seems to work.

Have you any other advice please.

Use this code:

BEGINJS
  window.close();
ENDJS

I have tested this code on android it works.

Thank you again for your help asmat. I will try that, however does not seem to work on iPhone.