我正在构建一个cordova /离子应用程序,在我的手机上(android 6.0.1)工作正常,就像在chrome(桌面),几天前我添加人行横道以获得最佳功能,当我使用我的旧手机时( android 4.4.1),但是,所有请求都会出现同样的错误。
GET https://firebasestorage.googleapis.com/v0/b/firebase-wodfit.appspot.com/o/i…e_user%2Fno-photo.jpg?alt=media&token=795a805a-af52-4d56-95e7-112a5ba6157d **net::ERR_INSECURE_RESPONSE**
我尝试在config.xml中配置白名单插件,如:
<allow-navigation href="http://*/*" />
<allow-navigation href="https://*/*" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
或内容安全:
<meta http-equiv="Content-Security-Policy" content="default-src * 'unsafe-eval' 'unsafe-inline' ; img-src 'self' data: *;">
这是我的系统信息
&GT;离子信息
Your system information:
ordova CLI: 6.5.0
Ionic CLI Version: 2.2.1
Ionic App Lib Version: 2.2.0
ios-deploy version: Not installed
ios-sim version: Not installed
OS: Windows 10
Node Version: v6.9.1
Xcode version: Not installed
一些cordova的插件:
cordova-plugin-crosswalk-webview 2.3.0 "Crosswalk WebView Engine"
cordova-plugin-whitelist 1.3.1 "Whitelist"
&GT; cordova平台版
Installed platforms:
android 6.1.2
注意:如果我删除了crosswalk,android 4.4.1上没有运行错误,但是用户体验非常糟糕,使用crosswalk应用程序可以完美但离线,因为该错误。