Reply to App build with Xcode 14.3 crash on launch What a headache :( Topic: Developer Tools & Services SubTopic: Xcode Tags: Apr ’23
Reply to WKWebView issue in iOS 16 beta This problem has continued from the first day of iOS 16 to the official version Topic: Safari & Web SubTopic: General Tags: Sep ’22
Reply to WKWebView iOS15 long press text selection * { 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: Feb ’22