Cordova设置应用图标icon和启动页面SplashScreen - Oejia 技术栈,企业方案分享、Odoo顾问
Oejia 技术栈
主页
分享
微信模块
索引
关于
订阅
编辑器
登录
Cordova设置应用图标icon和启动页面SplashScreen
Oejia
on 2014-12-15 13:27:09
Cordova通过配置CLI (config.xml) 来实现应用图标和启动展示图片页面 ### 应用图标icon ```xml
``` ### 启动页面SplashScreen 在使用SplashScreen之前需要给项目添加splashscreen插件 ``` > cordova plugin add org.apache.cordova.splashscreen ``` 基本示例 ```xml
``` 目前(Cordova 3.5.0)已经支持的平台 > * android > * ios > * wp8 > * windows8 > * blackberry10 多平台与多分辨率 ```xml
``` 初始化完成后隐藏Splash画面 ```js document.addEventListener("deviceready", onDeviceReady, false); function onDeviceReady() { navigator.splashscreen.hide(); } ``` ###参考地址 [官方说明](http://cordova.apache.org/docs/en/edge/config_ref_images.md.html#Icons%20and%20Splash%20Screens) ### 注意 以上图像的路径都是相对于工程根目录而非www
Information
Cordova设置应用图标icon和启动页面SplashScreen
http://www.oejia.net/blog/2014/12/15/cordova_icon_splash_.html
http://www.oejia.net/raw/2014/12/15/cordova_icon_splash_.md
Oejia
on 2014-12-15 13:27:09
Category
移动开发
Tag
Cordova
HTML5
Related
2022-12-30 :
企业微信错误码:60020 的处理
2019-12-28 :
Odoo 企业微信客户端模块 Oejia_mobile 使用说明
2018-12-21 :
Odoo 多功能微信客服系统,无需专人值守电脑多终端回复
2018-10-17 :
Odoo 11 到 Odoo 12 安装的依赖环境变化
2018-03-15 :
在 YouMd 中使用链接跳转的三种方式
2018-02-08 :
Odoo 列表视图如何开启横向自动滚动条
2017-08-10 :
DjangoX 列表页自定义计算列的使用
2016-02-23 :
YouMd 基本使用说明
2014-12-23 :
MoSys详细说明文档
2014-12-01 :
begin
January 2023
Sun
Mon
Tue
Wed
Thu
Fri
Sat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
分类
Odoo (121)
DjangoX (13)
后端HTTP (7)
YouMd (4)
移动开发 (4)
Django (3)
前端 (2)
JS (2)
公告说明 (2)
Python (1)
Nginx (1)
桌面UI (1)
异常处理 (1)
官方公众号
关注公众号实时咨询我们
About This Entry
Cordova配置config.xml详解
Cordova页面加载的事件
About This Blog
main index
to find recently
archives
to find all
标签
微信模块发布记录
微信模块
小程序商城
Python
Web
Http
客服系统
OE商城
Cordova
审批OA
HTML5
Markdown
解析
DjangoX
ExtJS
示例
Excel
JS
新年
PyQT
扩展开发
YouPBX
服系统
最近发布
SyntaxError: Failed to execute 'querySelectorAll' on 'Element': 'footer:not(field footer)' is not a valid selector
企业微信错误码:60020 的处理
在 Odoo 中使用 WebSocket 并兼容Odoo的Session会话识别
Odoo 让 server action 显示到指定的视图上
Odoo 增加树形列表视图的支持
Odoo 16 正式发布时间
Odoo 企业微信之日历、日程的同步
钉钉消息通知及审批功能的使用说明
Odoo 客户管理之微信定位模块
AccessError: (u'Database fetch misses ids ((1,))) and has extra ids (1), may be caused by a type incoherence in a previous request'
Friend Links
Oejia技术梦博客分享
YouMd,爱上MarkDown
Mole轻量级wsgi架子