I am getting this error :
XMLHttpRequest cannot load http://192.168.1.33:8080/ws/target. Origin null is not allowed by Access-Control-Allow-Origin.:1
When i am trying to load a html page on webview .I enter the script tag like that.
<script src="http://192.168.1.33:8080/target/target-script-min.js#anonymous"></script>
Actually This error coming when I am trying to debug my code on weinre . can you please tell how to remove this error ?
is there way to remove this error ? But when I make phonegap project and load same HTML with same import script line.
<script src="http://192.168.1.33:8080/target/target-script-min.js#anonymous"></script>
with this line
I am able to debug my file on winre.
can you please tell how i will remove this error when I load on webview ?