I tried to upgrade CrossWalk which using in my Android project to Ver 11 from
Ver 10. however, when I installed 1.40.277.7, it became impossible to cancel
LongClick event irrespective of the existence of this code.
this.appView.setLongClickable(false);this.appView.setOnLongClickListener(new
OnLongClickListener() { @Override public boolean onLongClick(View v) {
return true; }});
Is this a buf on CrossWalk 11? Or was the method which canceling the LongClick
event changed?
_______________________________________________
Crosswalk-help mailing list
[email protected]
https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help