我在PhoneGap(最新版本,3.0.0)上加载普通Bootstrap starter app(缩小的css和js)。不知何故,加载应用程序需要8-10秒(在Samsung S3上运行)。有没有人遇到同样的问题?如何改进?
我认为没有PhoneGap也不是我的Samsung S3问题,因为没有Bootstrap的普通HTML加载速度非常快。
答案 0 :(得分:1)
你试过删除javascript吗?我认为这是唯一能让它减速的东西。
答案 1 :(得分:1)
尝试以下方法:
android:hardwareAccelerated="true"
如果您使用webview:
webview.getSettings()setRenderPriority(RenderPriority.HIGH)。和webview.getSettings()。setCacheMode(WebSettings.LOAD_NO_CACHE);
答案 2 :(得分:0)
你真的需要phonegap吗? 我使用cordova + bootstrap(v3)制作了一些应用程序,应用程序在不到3秒的时间内启动。
确保您的资源文件在本地加载。