in an old application I still use webview to view the data of the Sqlite db and lately with some devices it doesn't display anything.
To be able to view I have to exit the App and clear the chace.
Could I solve the problem with this function that I found in the forum?
Thanks
To be able to view I have to exit the App and clear the chace.
Could I solve the problem with this function that I found in the forum?
B4X:
Dim o As Reflector
o.Target = MapViewer
o.RunMethod2("clearCache","True","java.lang.boolean")
Thanks