Context menus for pasting blocked

Hello
I’m having issues with the context menus for pasting. I’m trying to create an input where a user can paste a link but when I hold on the input, I expect a paste option to show up but it doesn’t
I followed [solved] [v3] Question: Inputs are blocked to be copy/paste data on mobile but it still doesn’t work

If you have used
{
-webkit-user-select: none; /
disable selection/Copy of UIWebView /
-webkit-touch-callout: none; /
disable the IOS popup when long-press on a link */

add

*:not(input):not(textarea) {

1 Like