John Woodsmall Active Member Licensed User Longtime User May 16, 2016 #1 I need to load a html page that I have downloaded from the job system into a string. The string is an entire html page. How can I display it to a page, just like webview does?
I need to load a html page that I have downloaded from the job system into a string. The string is an entire html page. How can I display it to a page, just like webview does?
A Alessandra Pellegri Active Member Licensed User Longtime User May 16, 2016 #2 Yes, you should use webview.loadhtml(string) Upvote 0
John Woodsmall Active Member Licensed User Longtime User May 16, 2016 #3 thanks for that, but I thought that the "string" was a file in the assets folder for the device not a "string" with html in it????? Upvote 0
thanks for that, but I thought that the "string" was a file in the assets folder for the device not a "string" with html in it?????
Erel B4X founder Staff member Licensed User Longtime User May 17, 2016 #4 WebView.LoadHtml loads a html string. It doesn't matter where it comes from. Upvote 0