I have an android webview loading a website that I have locally in my assets. I\'ve not built it myself, and I have very little control over the markup, js etc.
Pro
You need to allow crossdomain. In this example, crossdomain is allowed for json values and for scripts.
$.ajaxPrefilter( "json script", function( options ) { options.crossDomain = true; });