您的位置:首页 > 其它

Ionic3 启动页以及应用图标

2017-06-29 16:27 232 查看
将新的启动页和应用图标图片(最好是高清png)上传到根目录 resources

使用命令自动生成,通过CMD进入项目所在文件夹,分别执行

ionic cordova resources android

ionic cordova resources ios

图片规格:The source image for icons should ideally be at least 1024x1024px and located at resources/icon.png. The source image for splash screens should ideally be at least 2732x2732px and located at resources/splash.png. If you used
ionic start
, there should already be default Ionic resources in the resources/ directory, which you can overwrite.

前置条件:This command uses Ionic servers, so we require you to be logged into your free Ionic account. Use
ionic login
to login.





检查根目录下config.xml

配置项:
SplashScreenDelay:单位毫秒,默认3秒,启动页隐藏事件





结束,运行下看看

参考:http://ionicframework.com/docs/cli/cordova/resources/

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: