Disable Text Selection Callouts In Ios
I know you can disable the callout when a user long-taps on a link using this: body { -webkit-touch-callout: none !important; } a { -webkit-user-select: none !important; }
Solution 1:
here is your answer i am not sure but it's work
-webkit-user-select: none; /* Chrome all / Safari all */
-moz-user-select: none;/* Firefox all */
-ms-user-select: none;
Post a Comment for "Disable Text Selection Callouts In Ios"