-
Notifications
You must be signed in to change notification settings - Fork 178
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
Make icons on web non-selectable like on other platforms #19
Comments
PR for react-native-vector-icons is up: oblador/react-native-vector-icons#1252 |
Issue for React Native Paper is up: callstack/react-native-paper#2258 |
PR is approved now waiting for ti to get merged in react-native-paper. React-native-vector icons PR is not needed as we handled it in the PR for react-native-paper too! |
Yeah this can be closed now. Is released in [email protected]. Big <3 to @Trancever for getting this through |
As Necolas from react-native-web pointed out here it's expected that text is selectable on the web by default.
necolas/react-native-web#1741
We should make a PR to react-native-vector-icons to disable text selecting for their Icon elements to improve the web experience as icons don't really have a use case for selecting.
We should make a PR to react-native-paper to disable selecting their Text element which are in buttons.
Illustration of current behaviour
The text was updated successfully, but these errors were encountered: