victorevox / simple_tooltp

MIT License
30 stars 47 forks source link

Default behavior should be appearing and disappearing on tap #5

Closed shamilovtim closed 4 years ago

shamilovtim commented 4 years ago

Screen Recording 2020-03-23 at 6 19 14 PM

The touch callback is useful for customization but the plugin shouldn't require to configure your own gesture handling. By default the behavior should be like the gif.

rgb1380 commented 4 years ago

It works perfectly the way it is. A main use case is to provide hints when new functionality is introduced and without user action one wants to show the tooltip. It is easy enough to make it appear and disappear on tap for other use cases.

victorevox commented 4 years ago

Hi I added this feature on the latest release, look at the hideOnTooltipTap property