将 ScriptNotify 与 HTTP URI 结合使用
本文关键字:结合 URI HTTP ScriptNotify | 更新日期: 2023-09-27 17:56:43
我正在尝试启用外部网页以在调用window.external.notify时触发ScriptNotify 事件。
根据MSDN,AllowedScriptNotifyUris,AnyScriptNotifyUri和AllowedScriptNotifyUrisProperty在为Windows 8.1编译的应用程序中不受支持。
URI必须使用HTTPS,但不幸的是,我们的网页仍在开发中并使用HTTP。
在 Windows 8.1 上,有没有办法在应用程序清单的 ApplicationContentUriRules 部分中使用 HTTP 添加 URI,或者任何其他将 ScriptNotify 与 HTTP 一起使用的方法?
我遇到了同样的问题,不幸的是,没有办法使用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/