Android Question Clean Web Cache

Douglas Farias

Expert
Licensed User
Longtime User
hi i make a login with google in my app

the problem is a log out i can login fine
but when i log out dont clean the cache

i need make it manual

go to my phone config click in my app and clear data
how can i clear data in my app?

i m using a webview with my URL to make this login
 

DonManfred

Expert
Licensed User
Longtime User
To clear the webview´s cache you can use this i think (not tested. i just have used the forumsearch. Exactly that what you not did :( )

B4X:
Dim o As Reflector
o.Target = WebView1
o.RunMethod2("clearCache","False","java.lang.boolean")
 
Upvote 0

Douglas Farias

Expert
Licensed User
Longtime User
thx man but not work =(

when i close app and go to android config > apps> my app > clear data work but in b4a no =(
 
Upvote 0

mangojack

Well-Known Member
Licensed User
Longtime User
Douglas .. maybe post a short explanation how you fixed the problem to aid other members in the future.

you could just add "Resolved" to thread title.. (next to title .. " thread tools " > edit title. )
I am unsure what the proper thread etiquette would be
 
Upvote 0
Top