在我的phonegap应用程序中有各种.js文件。点击页脚菜单我打开其他html文件
<div data-role="footer" data-theme="a" data-position="fixed">
<div data-role="navbar">
<ul>
<li><a href="MainMenu.html" >Menu</a></li>
<li><a href="../../index.html" >Logout</a></li>
</ul>
</div>
</div>
现在假设我单击Menu然后打开MainMenu.html文件。但很多时候它只显示黑屏,有时它会正确打开MainMenu.html,有时会显示白屏和错误消息,如
07-02 11:52:54.172: E/Web Console(2292): ReferenceError: Can't find variable: $ at file:///android_asset/www/UI/Equity/home.html#:52
每次有不同的回应,为什么会这样?在其他情况下出现此问题也意味着当我点击假设某个按钮然后有时它调用nect html页面但有时只发生黑屏并且应用程序挂起。