Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
autoxjs webview模式下,长按会有一个小黑框,请问这个怎么屏蔽
已经解决
// 去掉小黑框 ui.webview.setOnLongClickListener({ onLongClick: function() { // 在这里处理你的逻辑 // 返回true表示事件被消费掉 return true; } });