how to let the cursor stay where it is when your finger leave from the screen in react native ? #2158
Unanswered
yinshurman
asked this question in
Q&A
Replies: 1 comment
-
any ideas? anybody?😅😅😅 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In React native , the cursor disappears immediately after your finger leaves the screen, so in order to see what the data point it is , you must keep your finger touching the screen ,but sometimes the content is obscured by fingers.
I noticed the web version's cursor behavior is different. In web , the cursor keeps staying at where it is until your mouse clicked somewhere else, which is eactly I expected for react native version.
any solutions?
Beta Was this translation helpful? Give feedback.
All reactions