Android webview working too slow with JQuery -


i using kendoui graphs in android application, graphs require lot of jquery loaded. android webview taking atleast 6 seconds draw graphs. there way can speed loading process.

i have tried:

websettings settings = web.getsettings(); settings.setjavascriptenabled(true); string data="html document kendo"; web.loaddatawithbaseurl("file:///android_asset/", data,"text/html", "utf-8", null); 

and have added:

android:hardwareaccelerated="true" 

in manifest file.

i not using internet in this. in advance


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -