apiwatcomscith Member Licensed User Longtime User Jul 28, 2013 #1 Hello Erel. I want a webview call website on my android device, can do this No call website online. thank you for helping
Hello Erel. I want a webview call website on my android device, can do this No call website online. thank you for helping
Erel B4X founder Staff member Licensed User Longtime User Jul 28, 2013 #2 Do you want to show a local html file in WebView? Yes, it is possible. See WebView.LoadHtml: http://www.b4x.com/android/help/views.html#webview_loadhtml Upvote 0
Do you want to show a local html file in WebView? Yes, it is possible. See WebView.LoadHtml: http://www.b4x.com/android/help/views.html#webview_loadhtml
apiwatcomscith Member Licensed User Longtime User Jul 28, 2013 #3 I want copy all file website to my android device. I want to use WebView call file website in my android device. Can be done or not. thank you Upvote 0
I want copy all file website to my android device. I want to use WebView call file website in my android device. Can be done or not. thank you
Erel B4X founder Staff member Licensed User Longtime User Jul 28, 2013 #4 Yes. You can either use: B4X: WebView.LoadUrl("file://" & File.Combine(..., ...)) Or load the html as described above. Upvote 0
Yes. You can either use: B4X: WebView.LoadUrl("file://" & File.Combine(..., ...)) Or load the html as described above.
apiwatcomscith Member Licensed User Longtime User Jul 28, 2013 #5 wow !!! thank you for helping .... thank you very much Upvote 0
apiwatcomscith Member Licensed User Longtime User Jul 29, 2013 #6 Erel said: Yes. You can either use: B4X: WebView.LoadUrl("file://" & File.Combine(..., ...)) Or load the html as described above. Click to expand... how to use File.Combine and how to set Path Upvote 0
Erel said: Yes. You can either use: B4X: WebView.LoadUrl("file://" & File.Combine(..., ...)) Or load the html as described above. Click to expand... how to use File.Combine and how to set Path
apiwatcomscith Member Licensed User Longtime User Jul 30, 2013 #8 how to open file web in android device Upvote 0
apiwatcomscith Member Licensed User Longtime User Jul 30, 2013 #9 Erel said: Yes. You can either use: B4X: WebView.LoadUrl("file://" & File.Combine(..., ...)) Or load the html as described above. Click to expand... how to set path Upvote 0
Erel said: Yes. You can either use: B4X: WebView.LoadUrl("file://" & File.Combine(..., ...)) Or load the html as described above. Click to expand... how to set path
Erel B4X founder Staff member Licensed User Longtime User Jul 31, 2013 #10 Where is the file saved? Upvote 0
apiwatcomscith Member Licensed User Longtime User Jul 31, 2013 #11 Erel said: Where is the file saved? Click to expand... thank you , I can do it. Upvote 0