mogoweb / chromium_webview

Android WebView wrapper based on chromium
http://mogoweb.github.com
BSD 3-Clause "New" or "Revised" License
514 stars 160 forks source link

start time #24

Open kegita opened 9 years ago

kegita commented 9 years ago

Is it normal 6-7 seconds to start???

kholodovitch commented 9 years ago

I think, it's loading of native library - it's really long process. On some devices it can take about 5-10 seconds - in debug mode you can see "Time to load native libraries: .... ms". Use splash screen for inform user about pause.

kegita commented 9 years ago

Can i have a sort of prefetch of these library inside a Service that starts on boot???