Hello
I have a local html file and I would like to load it in a UIWebView
My question is:
Is possible to add a remote javascript in my html file like this?
<script language="javascript" type="text/javascript" src="http://www.google_maps.com/js/maps.js"></script>
When I load the Uiwebview, will this js be loaded and compiled?
Thanks
I have a local html file and I would like to load it in a UIWebView
My question is:
Is possible to add a remote javascript in my html file like this?
<script language="javascript" type="text/javascript" src="http://www.google_maps.com/js/maps.js"></script>
When I load the Uiwebview, will this js be loaded and compiled?
Thanks