* {
user-select: none;
-webkit-user-select: none;
-webkit-touch-callout: none;
}
textarea, input {
user-select: text;
-webkit-user-select: text;
}
You can inject some css to solve this problem.
Topic:
Safari & Web
SubTopic:
General
Tags: