-
Notifications
You must be signed in to change notification settings - Fork 39
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
Feature request: dismiss target when clicking outside of it #13
Comments
Thank you for adjusting the library with Jetpack Compose. I have the same request, could you pls give us the onclick event for this area(outside the target area), then the developer can decide to close the helping hand with onclick in this area or not ! Thank you in advance for taking care. cp-radhika-s Best, |
cp-radhika-s If you just add the
|
Alternatively, expose a method on
|
Closing this issue since this has been fixed in version 2.0.0. Thanks for reporting this issue! |
Currently this library only dismisses targets if the user clicks the exact target space, but this isn't normal behavior when the target being showcased isn't normally clickable. It would be ideal if the library allowed dismissal of targets when tapping outside of the target area.
The text was updated successfully, but these errors were encountered: