Hi, i'm trying to run an Angular JS local application inside a WebView (iOS and Android). The problem is that Angular.js makes AJAX requests to fetch the html templates, so it needs a web server to load them because "Cross origin requests are only supported for HTTP". How can i handle this? Did someone face the same issue?
↧