What a headache :(
Post
Replies
Boosts
Views
Activity
This problem has continued from the first day of iOS 16 to the official version
* {
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.