Apple\'s recommendation:
In apps that run in iOS 8 and later, use the WKWebView class instead of using UIWebView.
Thus, I have r
I've been experimenting with this as well, with similar restrictions, and the problem appears to be that paths aren't resolved unless baseURL
references the application bundle. It doesn't work if you, for example, have something in the application's documents.
Edit: I have filed a radar for this rdar://29130863