Android :How to call Cordova(WebView) loadUrl function Android :How to call Cordova(WebView) loadUrl function json json

Android :How to call Cordova(WebView) loadUrl function


You're doing that in the right way. Try to get the data in the async mode and then assign it in the main thread by using. This might help http://developer.android.com/training/articles/perf-anr.html .