I have an app that takes an xml file parses it into an SQLite db then searches it for certain information and produces web pages. Then, using Erel's sliding panels each with a webview added, I should then be able to view the different months one per panel.
My problem is that, although the pages are being written correctly and stored in
storage/emulated/0/Android/data/packagename/files
I not able to get them to display in the webviews.
Can anyone see what it is that I am doing wrong?
Thanks for looking
Penfound
B4X:
vp.Panels(0).AddView(wvJan,0,0,100%x,100%y)
wvJan.LoadUrl(File.DirDefaultExternal & "/jan.html")
VP_PageSelected(1)
My problem is that, although the pages are being written correctly and stored in
storage/emulated/0/Android/data/packagename/files
I not able to get them to display in the webviews.
Can anyone see what it is that I am doing wrong?
Thanks for looking
Penfound