BerlinCoder Member Licensed User May 1, 2017 #1 Hi, I want to load a html file in b4a. There are some assess files with the html file. For example css , jquery libraries and images. So, my question is how can I load the html file with its relative files locally in b4a? Sincerely,
Hi, I want to load a html file in b4a. There are some assess files with the html file. For example css , jquery libraries and images. So, my question is how can I load the html file with its relative files locally in b4a? Sincerely,
Erel B4X founder Staff member Licensed User Longtime User May 2, 2017 #2 Copy all files to File.DirInternal and load it with WebView.LoadUrl("file://" & File.Combine(File.DirInternal, "index.html")) Upvote 0
Copy all files to File.DirInternal and load it with WebView.LoadUrl("file://" & File.Combine(File.DirInternal, "index.html"))