【发布时间】:2012-11-14 08:25:16
【问题描述】:
我使用phonega+jquerymobile 开发一个程序。 phonegap 从本地页面开始。我需要加载一些外部页面。所以,我用
$.mobile.changePage("some url");
加载外部页面。当用户在外部页面中导航时。不能使用history.back();返回上一页。程序喜欢崩溃并退出。
顺便说一句,我使用 logcat 发现了一个 ERR 消息:
E/Web Console(334): SECURITY_ERR: DOM Exception 18: An attempt was made to break through the security policy of the user agent. at
file:///android_asset/www/js/jquery.mobile-1.0.js:3536
In line 3536 of jquery.mobile-1.0.js: history.replaceState( state, document.title, href );
【问题讨论】: