永久禁用地址栏Blackberry Jquery Mobile

时间:2012-10-26 16:39:15

标签: javascript jquery-mobile

如何通过我的应用程序永久禁用或隐藏移动浏览器的地址栏。 jquery mobile是否有选项或有其他方式吗?这是我用来初始加载页面的事件。它只是一个单页应用程序,只能在黑莓本机浏览器中看到(没有其他移动设备)

<script type="text/javascript">
    $(document).bind('pageinit', function (event) {
       //loads the applications html into the DOM
        loadHomePage();   
    });
</script>

0 个答案:

没有答案