简体   繁体   中英

Blank screen in UIWebview

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?

implement didFailLoadWithError from the UIWebView delegate and see if that helps you anything. See the UIWebView documentation for further information.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM