I am using UIWebView to navigate to different websites in my app. The app works fine on iPhone 5S but crashes on large HTML for iPhone 6 Plus
I am creating the UIWebView in ViewController and adding it to the view using self.view.addSubView(UIWebView object)
The constraints I have are only constraints between the navigation bar and the UIWebView. In other words, there are no vertical constraints.
When I load a large html ( Wikpedia page about Tom Brady), the UIWebView crashes. IT does not happen on iPhone 5S device.
Is there a known issue with UIWebView on iPhone 6 Plus? Is there a work around?