Wish Webview set focusable property

Addo

Well-Known Member
Licensed User
Longtime User
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.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…