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?
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?