Phonegap - cordova is laggy and slow on android and iOS devices

前端 未结 5 1362
面向向阳花
面向向阳花 2021-02-09 01:26

I just now started with my first PhoneGap project using zend studio. But, after i build and deploy it, the application is quite slow. Both on android and iOS. The scrolling is l

5条回答
  •  隐瞒了意图╮
    2021-02-09 01:55

    In Android KitKat you can use DevTools to debug performance of your application. This is a great video to get to grips with the tools: https://developers.google.com/live/shows/840309825

    You should experiment with turning off hardware acceleration on the WebView, but would recommend experimenting on Pre-KitKat and KitKat seperately. The KitKatWebView is based on Chrome and as a result has very different performance characteristics.

提交回复
热议问题