-
Notifications
You must be signed in to change notification settings - Fork 448
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
Custom position of tooltip #312
Comments
I need this feature. I want to customize the position. |
Hi @rmahmadkhan , Unfortunately right now we have only vertical positions available for tooltip. you can use |
It won't fit. I want to full customize the position. |
Any update on this? |
I'm having the same problem, we have a vertical widget group that spans almost the entire height of the device, so we need to display the widget on the correct side (eg left or right). TooltipPosition.top /TooltipPosition.down is not currect. |
I ran into the same problem, is there any progress on this feature |
Closing this issue as it is duplicate of #54. |
Hello, I want to customize the position of my custom tooltip when using
Showcase.withWidget()
.Currently, my widget takes position automatically as follows. I want to place it to the center right of the target. Any tips?
The text was updated successfully, but these errors were encountered: