【发布时间】:2016-12-12 23:22:39
【问题描述】:
我有一个带有启动画面的简单 Cordova 应用程序。在 config.xml 我有这个:<splash src="www/img/splash.png" />。在 Android 上,我看到自定义图像,在 iOS 上,我看到默认 Cordova 图像。
我在https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-splashscreen/ 中看到了文档,其中描述了具有不同分辨率的 30 张不同图像等的设置。我不想这样做,我只想要与 Android 相同的行为,显示一个图像我已经缩放以适应。
我该怎么做?
【问题讨论】:
标签: ios cordova splash-screen