I'm embedding XWalkView (version 14.43.343.17) in my android app. Unfortunately
I found no working solution to disable copy/paste toolbar (longClick events),
even tough I use this code at onCreate method of my MainActivity:
//Unfortunately disabling copy/paste facility does not work! Why?
mXWalkWebView.setOnLongClickListener(new View.OnLongClickListener() {
@Override
public boolean onLongClick(View v) {
return true;
}
});
mXWalkWebView.setLongClickable(false);
I found these 2 links, discussing the same issue, but none did help:
*
https://www.mail-archive.com/[email protected]/msg00911.html
*
https://www.mail-archive.com/[email protected]/msg00492.html
How to achive disabling copy/paste toolbar?
_______________________________________________
Crosswalk-help mailing list
[email protected]
https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help