Android Question Pass a port in WebView.Loadhtml

GeoffT660

Active Member
Licensed User
Longtime User
I'm trying to use WebView to call a web survey from a web site that includes a port address like http://survey.mywebserver.com:1031/Survey which I can load in a Chrome browser. Everything will load until I put in the port address and then I just get a blank webview. Am I doing something wrong or is there another method to accomplish this task. Thanks.
 

JohnC

Expert
Licensed User
Longtime User
Are you using webviewextras to add ChomeClient to the Webview?
 
Upvote 0
Top