I was wondering if this is at all possible?
I've tried using the reflection library but it throws up a NoSuchMethod error for the clearCache method. Other methods run successfully so I really don't know why it isn't working.
Am I overlooking something stupid here or is there a reason this can't be done?
Thanks in advance for any help!
I've tried using the reflection library but it throws up a NoSuchMethod error for the clearCache method. Other methods run successfully so I really don't know why it isn't working.
B4X:
Dim Obj1 As Reflector
Obj1.Target = WebView1
Obj1.RunMethod2("clearCache","False","java.lang.Boolean")
Am I overlooking something stupid here or is there a reason this can't be done?
Thanks in advance for any help!