We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Platform back button is not handled property.
If press hardware back button during introduction, it just pops the route, not interrupting the introduction.
Ideally it should optionally act as controller.previous() or as controller.close()
controller.previous()
controller.close()
The text was updated successfully, but these errors were encountered:
Hi @dannylin108 In my opinion, this should be the part you need to implement in your business code.
Sorry, something went wrong.
Yes.. But if you could make it as a parameter for Intro or IntroStepTarget, it would be awesome 👍
Intro
IntroStepTarget
No branches or pull requests
Platform back button is not handled property.
If press hardware back button during introduction, it just pops the route, not interrupting the introduction.
Ideally it should optionally act as
controller.previous()
or ascontroller.close()
The text was updated successfully, but these errors were encountered: