Quantcast
Channel: SCN : All Content - All Communities
Viewing all articles
Browse latest Browse all 8914

Disable device back button click in OpenUI5?

$
0
0

How can i disable android device back button click event in Phonegap Openui5 application? Tried this but didn't work.


document.addEventListener("deviceready", onDeviceReady, false);
  function onDeviceReady() {
  document.addEventListener("backbutton", function (e) {
  e.preventDefault();
  }, false );
}


Is there anyway i can catch hold of device back button event?


Viewing all articles
Browse latest Browse all 8914

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>