I have to load a remote url in to my webview. It was taking too much time to load because of the size of script files included..
So i copied those js files in to my android "assets" folder tried to load them from the remote page like this..
<script type="text/javascript" src="file:///android_asset/myfile.js"></script>
the page loads, but the javascript is not working.. any solutions??