phonegap splash screen 博客分类: 移动开发 phonegapjquerymobilehtml5splash
程序员文章站
2024-03-25 19:00:40
...
在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钟。
1.super.setIntegerProperty("splashscreen",R.drawable.splashscreen);
2.super.loadUrl("file:///android_asset/www/index.html", 5000);
两句代码即可,5000即为启动画面时间持续5s钟。