I'm displaying a web page in a UIWebView inside an app. There are links in the UIWebView which are no longer clickable as of iOS 10. Some elements of the page I can interact with, but others I cannot so I don't know if its a java script issue or what (I'm not the programmer of the web page, just the app)
I do not have this issue with earlier versions of iOS (9 and less)
I have tried UIWebView, and WKWebView. It does work in SafariViewController but this doesn't give me the flexibility that I want
Using Objective C
Tried targeting iOS 8, 9, 10 ~ same issue
*Also if I goto the page in regular Safari Browser it does work, so it seems like some kind of issue with UIWebView