This repository has been archived on 2018-01-09. You can view files and clone it, but cannot push or open issues or pull requests.
cordova-plugin-navigationbar/example/advanced/index.html

16 lines
299 B
HTML
Executable File

<html>
<head>
<script type="text/javascript" src="cordova.js"></script>
</head>
<body>
<script>
document.addEventListener("deviceready", function(){
var autoHideNavigationBar = true;
window.navigationbar.setUp(autoHideNavigationBar);
}, false);
</script>
</body>
</html>