Hello!
I download the webpage with httpJob (DownloadFile sub)
after I want show downloaded page in webview:
works fine in emulator but when I run on device (B4A Bridge) show:
net::ERR_FILE_NOT_FOUND
Crazy! What's wrong??? any help
I download the webpage with httpJob (DownloadFile sub)
B4X:
Wait For(DownloadFile("http://www.mypage.htm",File.DirInternal,"mp.htm")) complete(Success As Boolean)
after I want show downloaded page in webview:
B4X:
WebView1.LoadUrl("file://" & File.Combine(File.DirInternal,"mp.htm"))
works fine in emulator but when I run on device (B4A Bridge) show:
net::ERR_FILE_NOT_FOUND
Crazy! What's wrong??? any help