Page 1 of 1

Ability to disable touch selection popup (cut, copy, paste)

PostPosted: Thu Dec 14, 2017 10:29 am
by ddeas
Hi all,

Would it be possible to add the ability to disable the touch text selection popup please:

text-selection-popup.png
text selection popup example
text-selection-popup.png (2.59 KiB) Viewed 23721 times

Screenshot taken using CEF 3.3202.1694 sample application

Re: Ability to disable touch selection popup (cut, copy, pas

PostPosted: Thu Dec 14, 2017 1:04 pm
by magreenblatt
You can customize the menu using JavaScript. For example: https://stackoverflow.com/questions/341 ... on-android

Re: Ability to disable touch selection popup (cut, copy, pas

PostPosted: Wed Feb 14, 2018 1:10 pm
by sancelot
I don't really unerstand why this menu popups :
on the same system , I have plugged a mouse and a touchscreen.
the mouse works fine.
But when I want to use the touchscreen I have always this menu appearing .
furthermore, in this case, the touchscreen acts as a drag button and thus the application does not work at all as expected

I did not manage to remove it disabling javascript-dom-paste settings.

javascript does not help .

how to inhibit completely this mode and behaves like a classic mouse ????

Re: Ability to disable touch selection popup (cut, copy, pas

PostPosted: Thu Feb 15, 2018 10:05 am
by ddeas
Hi, I am also unable to remove using javascript. Also, the devices we use, are Windows devices.

Re: Ability to disable touch selection popup (cut, copy, pas

PostPosted: Thu Feb 15, 2018 11:59 am
by magreenblatt
How does it behave in Google Chrome? Can you style the menu using JS there?

Re: Ability to disable touch selection popup (cut, copy, pas

PostPosted: Thu Dec 08, 2022 2:37 am
by YogeshTembe
I wanted to enable this kind of menu on touch selection event, so can you please guide how do you enable this in CEF