ViewTooltip icon indicating copy to clipboard operation
ViewTooltip copied to clipboard

A fluent tooltip for Android

Results 44 ViewTooltip issues
Sort by recently updated
recently updated
newest added

I believe this happens when calling the hide method more than once at a certain time ![image](https://user-images.githubusercontent.com/1477963/68693207-8941d580-057f-11ea-8fa8-9ba30f7883f3.png)

Any idea how to solve? Thank you! ![image](https://user-images.githubusercontent.com/1477963/68672943-5c7bc700-055b-11ea-9533-c706f01d8ad4.png)

This exception just came testing with react-native (a library that directly references yours-> react-native-tooltips).

Hi! I’m using the library as part of the React Native/https://github.com/prscX/react-native-tooltips As for the problem, for example, when if presented on tab A, on a list on the 2nd row,...

when calling tooltip on a view inside a PopupWindow, the tooltip appears behind the PopupWindow

Hello, I'm trying to display tooltip but position doesn't match, here is my code: ``` ``` in kotlin side: ```ViewTooltip .on(this, btn_sync) .autoHide(true, 3000) .corner(30) .position(ViewTooltip.Position.LEFT) .text("Sincronizar") .show() ``` Here's...

When attempting to show a tooltip, I get this error: java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/core/widget/NestedScrollView Here is my code: toolTip = ViewTooltip .on(holder.flareifiedIcon) .autoHide(false, 1000) .clickToHide(true) .corner(16) .position(ViewTooltip.Position.BOTTOM) .customView(tooltipView) .onDisplay...

Hi, I was using you repository but I almost took a day to figure out why ToolTip is not showing. Actually it was showing behind the dialog fragment so I...

+ Added Overlay + Added Click Listener + Some Changes on Interface