it would be nice if webview have this property setfocusable . currently I do it via reflection library
it will help a lot in avoiding many complexes using webview in b4x apps.
B4X:
rf.Target = webview1
rf.RunMethod2("setFocusable", "false", "java.lang.boolean")
it will help a lot in avoiding many complexes using webview in b4x apps.