-
Notifications
You must be signed in to change notification settings - Fork 15
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
onHighlightPress property is not working on IOS OS 16+ #14
Comments
Sadly I dont own IOS or mac so I can't fix this if it is really an issue. But no body have complained about this so I dont know if the issue is really with the library. If someone could test this? |
I am also facing the same issue. is any one have luck? |
I have build another library may be as a replacement. |
@AlenToma thank you for your support. and its work for me in all versions of IOS. |
Hey @Harshkansaramoon can you please let me know which file did you updated for the fix? |
@ZainabShakeel in this I changed file RNSelectableTextView.m |
yes found @Harshkansaramoon Thanks a lot. |
@Harshkansaramoon Have you got app crash when long press a word and swipe right ?whether some new feature update caused this issue on ios 16? |
@Harshkansaramoon could you check in your version of the fix and I will do pull and publish it. |
Hi, we have implemented https://www.npmjs.com/package/@vandrei977/react-native-selectable-text and that is forked from this library. We are not getting any crash. |
onHighlightPress property is not working on IOS OS 16+
below mentioned code always return 0 for clickedRangeStart & clickedRangeEnd.
@AlenToma
The text was updated successfully, but these errors were encountered: