- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在使用 Ionic 的新 CLI 来构建启动画面和图标。 http://ionicframework.com/docs/cli/icon-splashscreen.html
但是在 ios 中,我的启动画面消失得太快了。在我的 config.xml 中我有:
<preference name="AutoHideSplashScreen" value="false" />
<preference name="SplashScreen" value="screen"/>
<preference name="SplashScreenDelay" value="5000"/>
但每次我构建项目时,它都会在我的 platforms/ios/myApp/config.xml
中将我的 AutoHideSplashScreen 值重置为 true我不想控制启动画面在 ios 中显示的时间。有没有一种方法可以设置 AutoHideSplashScreen,并且在我构建我的应用程序时它不会更改?
最佳答案
preference name="SplashScreenDelay" value="8000"
只需更改config.xml 中SplashScreenDelay 的值即可在android 和ios 中使用。现在您的值为 5000,这意味着 5000 毫秒或 5 秒将其更改为 12000 或其他值,您将获得预期的结果。
关于ios - 无法将 Ionic ios AutoHideSplashScreen 设置为 false?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29237298/
以下 Phonegap 项目 (Phonegap Build) 不工作: 配置文件: 索引: window.location = 'http://www.example.com/login'
我试过 plugin但我似乎无法弄清楚如何让它与 Cordova 一起工作。没有插件 navigator.splashscreen 没有定义。我错过了什么? 最佳答案 不需要插件。 在 Cordova
我正在使用 Ionic 的新 CLI 来构建启动画面和图标。 http://ionicframework.com/docs/cli/icon-splashscreen.html 但是在 ios 中,我
将 AutoHideSplashScreen 设置为 false 在 Cordova 3.0.0 for iOS 中无效。 我想自己控制启动画面。由于应用程序需要几秒钟来呈现 View ,因此需要显示
我是一名优秀的程序员,十分优秀!