> I think one of the biggest issues now with the 2.1/2.1.1 compiler is that in iOS 8's WKWebView, you can't use any ajax requests!
> Due to Apple's bug, the file:// protocol isn't working properly. Ludei's solution was to open an internal web server and load the files through 127.0.0.1, causing all server requests to be denied due to cross domain restrictions.
>
> This has forced me to keep working with the 2.0.2 compiler, unfortunately...
>
Excuse me but why the 2.0.2? There is not a iOS Webview+ in the 2.0.2 and you can use Canvas+ and the System Webview in the 2.1.1 too, so why do you use the 2.0.2? We are aware about that bug, but it is a difficult issue to solve. We are still working on it. However, it is a better solution to use the 2.1.1 and another enviroment if you think the Webview+ for iOS is a trouble.
Regards.
I've just realized the magnitude of my stupidity, I could just go with 2.1.1 and "WebView" instead of WebView+... nonetheless, I still have to compile twice, one for Android and WebView+ and one for iOS and WebView.