B4J Question How to display the contextmenu in a web page in webview?

yshzsl

Member
I used webview in B4J to load the webpage index.html, which embedded the editor ueditor. ueditor configured the context menu using JavaScript.

When index.html is loaded in the browser, the context menu can be displayed and run normally,but it cannot be displayed in webview. WebView only displays its default context menu (only cut, copy, paste)
How can I display the context menu of UEditor in a webview?
 

yshzsl

Member
Thank you for your attention and suggestions, Erel.
I tried this method, and the default context menu for webview is no longer displayed, but the right-click menu for the webpage is also not showing.
 
Upvote 0
Top