Hi, I just file a bug for this: https://crosswalk-project.org/jira/browse/XWALK-4786
Regards, Xing From: Crosswalk-help [mailto:[email protected]] On Behalf Of Ellinger Thomas Sent: Monday, August 10, 2015 2:10 PM To: [email protected] Subject: [Crosswalk-help] Cannot disable copy/paste menu (longClick events) from XWalkView 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
