Android WebView + AJAX local files
问题 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. Problem: Parts of the website use jquery $.ajax-gets to fetch HTML to display in a modal, and I think I've run into a cross-domain problem (if I test the site locally on my desktop I get same-origin-warnings, my origin is "null"), ie for some reason the local js can't ajax-get other local files in the assets folder because the