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

Screen does not disappear and freezes when user clicks back, instead of on walkthrough #74

Open
Nitro187 opened this issue Mar 5, 2018 · 0 comments

Comments

@Nitro187
Copy link

Nitro187 commented Mar 5, 2018

When there is a walk through screen up, and the user clicks back, instead of on the actual walk through... the current walk through screen stays on top, and does not disappear, but also makes it impossible for a user to now exit that walk through, as you cannot tap on it - it just sits there... forcing a user to have to now close the entire app to continue.

I was able to circumvent this, by adding a "beforeLeave" event that will close the active window, but if the user clicks the back button just before the walkthrough screen pops up, then the walkthrough screen comes up, and the beforeLeave event triggers before the screen pops up, which means it doesn't close it.

EXTREMELY frustrating, cause it renders the app useless until they force-closes it.

Is there something I can do, in order to either block users from clicking on anything before the walkthrough shows up... or instantly make the walkthrough window popup, making it impossible for a user to click on the 'back' button, and also - disable the back button until the walkthrough is done?

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

No branches or pull requests

1 participant