-
-
Notifications
You must be signed in to change notification settings - Fork 409
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
Automatic movement of tooltips in scroll view #297
Comments
Why you closed this @ArtsiomAstrouski? Can you tell me how to solve it, please? |
Why is this closed ? |
we abandoned this library in favor of a custom one |
@ArtsiomAstrouski can you share? |
@bambangramadhan for the scroll you have to pass the Scrollview reference into the start method like this start(false,your_scrollview_reference) this will help you. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While working with this library, if the hints are not in the screen area, the scrolling does not automatically move to the next hint, but stays in place, I tried to use scrollViewRef.current?.scrollTo in stepChange, but scrolling occurs after the next step and knocks down the position.
The text was updated successfully, but these errors were encountered: