jayrambhia / Tooltip

Lightweight Tooltip library for Android
Apache License 2.0
205 stars 25 forks source link

Cancel/remove tooltip when user touch on any parts of screen #3

Closed GauravP123 closed 8 years ago

GauravP123 commented 8 years ago

When tooltip is visible and user click on any other part of the screen say user click on button and tooltip is visible and then user click on different button is any way we can cancel or remove tooltip instead of waiting for tooltip duration time to get over

jayrambhia commented 8 years ago

You may use .cancelable(true) and it will automatically remove the tooltip if the user clicks anywhere on the screen except the tooltip.