我正在尝试启用外部网页以在调用window.external.notify时触发ScriptNotify事件。
根据MSDN,在为Windows 8.1编译的应用程序中不支持AllowedScriptNotifyUris,AnyScriptNotifyUri和AllowedScriptNotifyUrisProperty。
URI必须使用HTTPS,但遗憾的是,我们的网页仍在开发中并使用HTTP。
在Windows 8.1上,有没有办法在应用清单的ApplicationContentUriRules部分中使用HTTP添加URI,或者使用ScriptNotify和HTTP的任何其他方式?
答案 0 :(得分:0)
我遇到了同样的问题,遗憾的是,没有办法使用HTTP协议。然而;我创建了一个自签名证书并托管了我的本地Web服务器。并且,我将自签名证书安装到Windows Phone。
我使用本指南创建证书:http://pankajmalhotra.com/Simple-HTTPS-Server-In-Python-Using-Self-Signed-Certs/
另外,为了能够在手机上安装证书,您需要将其转换为cer。 http://www.networksolutions.com/support/what-is-the-difference-between-a-crt-and-a-cer-file/