John Woodsmall Active Member Licensed User Longtime User Jan 24, 2014 #1 WebView1 .LoadHtml(Job.Getstring) the page http://www.astromatch.net/ This page has a few colored gifs that do not show. How to make this work?
WebView1 .LoadHtml(Job.Getstring) the page http://www.astromatch.net/ This page has a few colored gifs that do not show. How to make this work?
Erel B4X founder Staff member Licensed User Longtime User Jan 24, 2014 #2 Why don't you load the url directly with LoadUrl ? Upvote 0
John Woodsmall Active Member Licensed User Longtime User Jan 24, 2014 #3 ok thanks that fixed it. how can you capture the text of an html reply? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Jan 24, 2014 #4 You will need to download it with with HttpUtils2. However still pass the url to WebView. Upvote 0