ios - UIWebview Returning Blank Screen -
after learning basic framework, seems working others consistently returning blank screen. below i'm led believe overkill, still not working. i'm attempting load ip url (if on same network 1 of our products , enter ip address, browser load interface relevant values & controls. webip ip string passed prior screen , coming in fine (replacing google url still didn't work). block inside viewdidload in vanilla enter image description hereviewcontroller:
let deviceurl = nsurl(string: "\(webip)") let deviceurlrequest = nsurlrequest(url: deviceurl!) devicewebview.loadrequest(deviceurlrequest) devicewebview.reload() self.reloadinputviews()
i have made sure there no ui elements blocking it. appreciated!!
check whether "app transport security settings" entry available in plist file? if not add "app transport security settings" plist file shown
Comments
Post a Comment