Is it possible?

GekoCH

New Member
Hello

So I started programming and after a while I get used to it.

So my question is about HTTP. Is it possible to download a
Site, store it somewhere on the device and the watch it
in offline mode?

Cheers
Geko
 

GekoCH

New Member
Hmm does the test4 work on your device? When I press the Load Button, nothing happens...
What could be the problem?

Geko
 

taximania

Well-Known Member
Licensed User
Longtime User
On the device, this 'load_click' code works. Note the 'red' forward slash

B4X:
Sub load_Click
   hc.Clear
   hc.Navigate("file://" & AppPath & "[COLOR="Red"]/[/COLOR]" & "test4.htm")
End Sub

I don't know why the page shows when I run test4, but didn't refresh on the load_click event.
It does now :sign0060:
 
Top