Addo Well-Known Member Licensed User Longtime User Mar 27, 2021 #1 it would be nice if webview have this property setfocusable . currently I do it via reflection library 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.
it would be nice if webview have this property setfocusable . currently I do it via reflection library 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.