我创建了一个应用程序,它在启动时将文件 ( xyz.html ) 下载到 sdcard 的根目录中。
我尝试使用以下文件路径:
file:///mnt/sdcard/xyz.html -> works in Google chrome on Nexus 4
file://mnt/sdcard/xyz.html
file://xyz.html
file:///android_asset/xyz.html -> did not work
但所发生的只是“网页不可用”。需要帮忙。从 sdcard(sdcard 的根目录)查看/访问文件的正确文件路径格式是什么?
块:
screen1.initialize
if else test-global d = 空?然后 web1.goToUrl>dropbox.com/..... (文件被下载) web1.GET else webviewer1.goToUrl>file:///mnt/sdcard/xyz.html .w2 .w3 .w4 webviewer5.goToUrl>file ///mnt..
web1.gotFile
webviewer1.goToUrl...(同上)
btnShow.clicked
将 webviewer1,2,3,4,5.visible 设置为 TRUE
btnHide.clicked
将 webviewer1,2..5.visible 设置为 FALSE tinydb1.storeValue [tag:title] [要存储的值:webviewer1.CurrentPageTitle] 将 label1.text 设置为 > tinydb1.getValue [tag:title]