Ks
Crosswalk QA make a trial for disabling longclick event on Android webView and
Xwalk webview.
The sample code are
mWebView.setOnLongClickListener(new OnLongClickListener() {
@Override
public boolean onLongClick(View v) {
return true;
}
});
mWebView.setLongClickable(false);
It works on Android WebView, the copy/paste toolbar could be disabled when long
press with above code.
But, it does not take effect (replace mWebView with XwalkView) on Crosswalk,
we also tried to set the view to textview, also failed.
It maybe an issue in Crosswalk WebView.
Shiliu
Could you help to check and analysis this issue?
Thanks
Jenny
From: Crosswalk-help
[mailto:[email protected]] On Behalf Of Ks
Sent: Monday, October 27, 2014 7:19 PM
To:
[email protected]<mailto:[email protected]>
Subject: [Crosswalk-help] hide copy/paste toolbar
How to hide copy/paste toolbar from crosswalk webview?
It seems that setting webView.setLongClickable(false) is doing nothing.
Thanks in advance.
_______________________________________________
Crosswalk-help mailing list
[email protected]
https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help