我使用6.4.0版本进行了cordova设置
我在config.xml中保存了几个插件:
<plugin name="cordova-plugin-x-socialsharing" spec="~5.1.3" />
<plugin name="cordova-plugin-transport-security" spec="~0.1.2" />
<plugin name="cordova-plugin-vibration" spec="~2.1.2" />
<plugin name="cordova-plugin-whitelist" spec="~1.3.0" />
<plugin name="cordova-plugin-network-information" spec="~1.3.0" />
<plugin name="cordova-plugin-inappbrowser" spec="~1.5.0" />
<plugin name="cordova-plugin-geolocation" spec="~2.3.0" />
<plugin name="cordova-plugin-file-transfer" spec="~1.6.0" />
<plugin name="cordova-plugin-file" spec="~3.0.0" />
<plugin name="cordova-plugin-console" spec="~1.0.4" />
<plugin name="cordova-plugin-compat" spec="~1.0.0" />
<plugin name="cordova-plugin-camera" spec="~2.3.0" />
<plugin name="cordova-plugin-app-version" spec="~0.1.9" />
<plugin name="cordova-plugin-statusbar" spec="~2.2.0" />
<plugin name="cordova-plugin-splashscreen" spec="~4.0.0" />
<plugin name="onesignal-cordova-plugin" spec="~2.0.10" />
<plugin name="cordova-plugin-crosswalk-webview" spec="https://github.com/crosswalk-project/cordova-plugin-crosswalk-webview" />
平台是ios@4.3.1和android@6.1.0
当我在ios上运行时,我遇到了零问题,但是当我使用 chrome:// inspect 时,android @6.1.0给出了以下输出,以了解为什么每个xhr请求我都会给出我404:
deviceready has not fired after 5 seconds.
Channel not fired: onFileSystemPathsReady
Channel not fired: onCordovaConnectionReady
如果我将Android版本降级到6.0.0我丢失了图标但仍然无效,只有5.2.2给了我一个可用的应用程序。
欢迎任何指导,如果有任何特定提示,我很乐意添加更多信息。