-
I just implemented android-simple-tooltip and got across wierd issue. I need to dismiss the tool-tip on fragment close but without OnDismissListener listener invoked so that i can show it again when i…
-
Hello Nicolas,
First of all, thanks for those plugins that help us !
This issue is more of a question / asking for confirmation.
I use a tooltip to give more information about the requirement…
-
Hi @douglasjunior,
I have a similar kind of problem, I want to close my tooltip after 4 seconds, but I am not quite able to do that.
Below is my code:
```
SimpleToolTip simpleToolTip;
…
-
I am showing tooltip on menu item in fragment. I want it to show only when some specific menu item (say menu item A) is visible.
If menu item (A) is not visible I want it to dismiss without any cl…
-
## Descrizione
Il template tt non funziona da mobile, quindi tutte le informazioni che veicola sono irraggiungibili per gli utenti mobili.
## Pagine affette
* https://wiki.pokemoncentral.it/Templ…
-
Hello Sir,
Below code is used as many time as we want to create a new tooltip.So rather than that, we can create a function and in that, we can pass a parameter as (String, int) for text and gravity.…
-
## Steps to reproduce the issue
1. Open the demo
1. Hover over any of the three `` elements.
1. While doing so, move your cursor toward the arrow sticking out from the tooltip. Here's a pho…
-
I have successfully integrated your library as a plugin for DroidScript.
My question/problem is content (all content) is created dynamically. So, there are no resource IDs.
I can pass a object…
-
Let's say I have added this tooltip to a button view. Now I want to dismiss this tooltip only after I click the button.
There are only two ways to dismiss this tooltip:
1. dismissOnInsideTouch
2.…
-
I am trying to place the tooltip to the left of the toolbar in the actionbar (the 3 dots in the top right corner)
it covers up the 3 dots.
I tried with the margin method to push it over a bit but it…