问题描述
我更新了cordova splashscreen插件,以正确显示i6和i6 Plus闪屏图像,但我不能得到它的工作。
I updated the cordova splashscreen plugin to properly show i6 and i6 Plus splash images but I can't get it working.
当应用程序在控制台中启动时,会出现一条消息,说如果设备是iPhone6和LaunchImage-736h,则没有找到LaunchImage-667h,如果是iPhone 6 Plus但是我已经在图像资源目录中正确配置了各自大小的所有启动画面图片
When the app starts in the console appears a message saying that does not found the LaunchImage-667h if the device is an iPhone6 and LaunchImage-736h if is an iPhone 6 Plus but I have all the splashscreen images in its respective sizes properly configured in the Image Asset catalog
是否有额外的配置可以使其工作?
Is there an extra config to get it working?
推荐答案
我遇到这个问题与2.0.0版本,并能够通过升级到版本3.2.0解决它。
I ran into this issue with version 2.0.0 and was able to resolve it by upgrading to version 3.2.0.
这篇关于Cordova Splashscreen iPhone 6和iPhone 6 Plus不显示的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!