欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

phonegap splash screen 博客分类: 移动开发 phonegapjquerymobilehtml5splash 

程序员文章站 2024-03-25 19:04:58
...
在eclipse开发环境下,用phonegap+jquerymobile开发,如何设置splashscreen?很简单,在src下的java文件里,加上          
1.super.setIntegerProperty("splashscreen",R.drawable.splashscreen);
2.super.loadUrl("file:///android_asset/www/index.html", 5000);
两句代码即可,5000即为启动画面时间持续5s钟。