-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable text selection in WKWebView mode #3846
Comments
@fungc-io What do you think if we always disable text selection in auth ui? |
ok 👍 |
I think we should keep text selection. It feels more natural on the web. |
🤔 Then we need to use something such as query parameter to determine if it is inside webview. |
I think we can fix this in the WKWebView. For example, inject a small JavaScript to run https://developer.mozilla.org/en-US/docs/Web/CSS/user-select
|
Some SDKs are still missing this fix. |
When the developers use WKWebView UI mode, they expect an experience as close to native as possible
which the text on the interface should not be selectable
See if we can disable text selection in this mode?
The text was updated successfully, but these errors were encountered: