string url = "https://www.google.com"
webView.LoadRequest(new NSUrlRequest(new NSUrl(url)));
I've tried in both xcode and xamarin, this code still working for IOS9 device and IOS10 simulator. But when I try on a real ios10 device getting a blanks screen.
Are there any changes about security rules in IOS 10?