如何在不丢失数据的情况下将 cordova-plugin-ionic-webview 从 1.2.1 升级到 5.0.0
通过将 cordova-plugin-ionic-webview 1.2.1
升级到 5.0.0
,firebase
用户会在 Android 设备上自动注销
。即使将 webview 升级到 5.0.0 后,它也可以在 ios 设备上正常运行。
this.angularFireAuth.auth.signInWithEmailAndPassword(email, pswd);
ionic 3 和 cordova-android 10.1.1
由于 AppStore 弃用通知(Apple 将停止接受使用 UIWebView API 的应用程序的提交),我必须升级插件。
如果有人遇到过相关问题,有什么解决方案吗?
By upgrading cordova-plugin-ionic-webview 1.2.1
to 5.0.0
the firebase
user gets logged out automatically on android devices
. It worked properly on ios devices even after upgrading the webview to 5.0.0.
this.angularFireAuth.auth.signInWithEmailAndPassword(email, pswd);
ionic 3 and cordova-android 10.1.1
I have to upgrade plugin due to AppStore Deprecation notice (Apple will stop accepting submissions of apps that use UIWebView APIs).
Any solutions if anyone had faced the relevant problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用这些命令:
如果您需要特定版本,请将
latest
替换为您需要的版本。use these commands:
If you need a specific version, replace
latest
by the version you need.