Skip to content
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

[Android bug] when changing screen/scrolling, tooltip remains fixed on screen #32

Open
oferRounds opened this issue Mar 7, 2019 · 2 comments
Assignees

Comments

@oferRounds
Copy link

For example, when if presented on tab A, on a list on the 2nd row, when moved to Tab B, you still see it on the screen, but above tab B

@prscX prscX self-assigned this Mar 31, 2019
@koox00
Copy link

koox00 commented Oct 18, 2019

ViewTooltip, the android native module, looks for an instance of NestedScrollView for the tooltip to follow.
You can verify it works by installing react-native-nested-scroll-view and by replacing your ScrollView with NestedScrollView.
I think the issue should be raised in https://github.com/florent37/ViewTooltip.

@oferRounds
Copy link
Author

@koox00 thanks! will add it there

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants