How do I disable Android Back button on one page and change to exit button on every other page

前端 未结 4 1022
北海茫月
北海茫月 2020-12-16 15:37

I am developing an Android application using Phonegap that interacts with my Drupal site. I have re-assigned the Android \"Back\" button to prompt the user to log off from t

4条回答
  •  天涯浪人
    2020-12-16 15:58

    You have to override back button action in device ready... here is a full working example "index.html"

    
    
      
        Back Button
        
        
        
        
      
      
      
      
    
    

    I used this code and back button is overridden finally....

    Ref--> https://github.com/amirudin/PhoneGapPluginDemo/blob/master/www/evt-backbutton.html

提交回复
热议问题