我在插件InAppBrowser插件中有一个简单的应用程序,在Index.html中有以下链接:
<a href="#" onclick= "window.open( %URL%, '_blank', 'location=yes,toolbar=yes')> CLICK HERE </a>
如果我将%URL%设置为http://www.google.com,则会在应用内浏览器中打开Google页面。 如果网址是https://signin.lexisnexis.com/lnaccess/app/signin/aci/la这样的网页,我会在菜单栏中收到“加载错误”消息。
有谁知道为什么会这样?