You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
In the flow of my app, before running the showcase, I create a showDialog to alert the user that there is a new feature. There are two buttons 'explore' and 'ignore', if the user selects the 'explore' button, then ShowCase will run.
I used Showcase.withWidget to add custom "Next" and "Skip" buttons in tooltips
'Next' button, serves to go to the next showcase
'Skip' button, serves to close all showcases.
Describe the solution you'd like
The problem is, that everything I applied above is useless because the showcase can be closed by pressing the background overlay. There is a disposeOnTap function, but it only works for tooltips or container in the Showcase.withWidget parameter, not with background overlays. Please add a parameter like disposeBackgroundOnTap or something
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
In the flow of my app, before running the showcase, I create a showDialog to alert the user that there is a new feature. There are two buttons 'explore' and 'ignore', if the user selects the 'explore' button, then ShowCase will run.
I used
Showcase.withWidget
to add custom "Next" and "Skip" buttons in tooltipsDescribe the solution you'd like
The problem is, that everything I applied above is useless because the showcase can be closed by pressing the background overlay. There is a disposeOnTap function, but it only works for tooltips or
container
in theShowcase.withWidget
parameter, not with background overlays. Please add a parameter like disposeBackgroundOnTap or somethingThe text was updated successfully, but these errors were encountered: