Waldemar Lima Well-Known Member Licensed User Longtime User Jul 4, 2020 #1 hello everyone !! i am trying create a webapp using webview ... but when i click right button show a popup message from webview like that > have a way to disable that ?
hello everyone !! i am trying create a webapp using webview ... but when i click right button show a popup message from webview like that > have a way to disable that ?
Erel B4X founder Staff member Licensed User Longtime User Jul 5, 2020 #2 Try this: B4X: Dim jo As JavaObject = WebView1 jo.RunMethod("setContextMenuEnabled", Array(False)) Upvote 0