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?enter image description here if not add "app transport security settings" plist file shown


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -