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

c# - SelectList with Dictionary, add values to the Dictionary after it's assigned to SelectList -

how can i manage url using .htaccess in php? -

ios - I get the error Property '...' not found on object of type '...' -