Skip to content
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

Detect user click at any place other than tool tip or target #272

Closed
cool2apps opened this issue Sep 18, 2022 · 1 comment · Fixed by #359
Closed

Detect user click at any place other than tool tip or target #272

cool2apps opened this issue Sep 18, 2022 · 1 comment · Fixed by #359
Labels
enhancement New feature or request

Comments

@cool2apps
Copy link

Is your feature request related to a problem? Please describe.
It is not possible to detect if user clicked at any place (other than tool tip or target) on screen to skip to next showcase. Wrapping showcase widget with GestureDetector does not help.

Describe the solution you'd like
There are 2 handlers: onTargetClick and onToolTipClick to detect clicks on target and tool tip. It would be better if there is 3rd handler, for example onCllck or orAnywhereClick to detect clicks other than target and tool tip.

Describe alternatives you've considered
none.

Additional context
none.

@ManfredStoiber
Copy link

I also wondered if there is any possibility for that. For my case, I just needed to disable clicking elsewhere to "enforce" the user to go through the app introduction.

As a workaround, I set autoPlay and enableAutoPlayLock to true and autoPlayDelay to Duration(days: 365), maybe this could help you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants