I want to "transfer" local resources to a page, loaded from remote server.
I want to do somthing like this:
webView.loadUrl('http://my.server.com/page.html');
webView.loadUrl('javascript:function someLong(){}function codeHere(){}....');
This is for saving a bandwidth and reduce loading time.
As i see, assets files can't be loaded from remote web page...