美文网首页
ionic2 white/black screen after

ionic2 white/black screen after

作者: 神的旨意 | 来源:发表于2017-06-13 18:15 被阅读0次

在使用ionic2的时候,打开app后,splashscreen后会出现黑屏或白屏,而且黑屏或白屏很长时间,大概有7-8秒左右,严重影响用户体验,解决方案:

1. 加入cordova-plugin-splashscreen插件,开始我的是v2.0.0 版本的,所以总是解决不了这个问题,需要升级,升级后我的是v4.0.3.  所以这个插件要更新。

2. 在config.xml文件中加入

3. 在app.component.ts 中加入

this.platform.ready().then(() => { Splashscreen.hide(); });

即可

参考链接

相关文章

网友评论

      本文标题:ionic2 white/black screen after

      本文链接:https://www.haomeiwen.com/subject/gcqjqxtx.html