Phonegap Android Back Button - close app with back button on homepage

后端 未结 4 1080
忘了有多久
忘了有多久 2020-12-02 06:19

I am developing a Android app using Jquery Mobile/Phonegap. I have the following code to control the phone\'s back button:

document.addEventListener(\"backbu         


        
4条回答
  •  一向
    一向 (楼主)
    2020-12-02 07:17

    You would need to keep track of when the homepage is being displayed. When you know you are on the homepage call:

    navigator.app.exitApp();
    

提交回复
热议问题