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

broken touch events when switching state while switching another state beta7 #1633

Closed
voliva opened this issue Jun 16, 2014 · 3 comments
Closed
Assignees
Labels
needs: reply the issue needs a response from the user

Comments

@voliva
Copy link
Contributor

voliva commented Jun 16, 2014

Ever since the release of beta7 I has had a bug in the app I'm developing where the touch events were completely broken (i.e., not working, no buttons, no scroll, nothing.)

I managed to find when did it happen and made a plunker with the last nightly build: http://plnkr.co/edit/SVOuj4hqB8anIpMkgyu0?p=preview

It happens when I switch between two states too fast. In my app, the first state is the login state. When the user is logged, he goes to a state where he has to select one item on a list, but if there's only one item, then I "redirect" him to the main page.

Something interesting is that playing with the setTimeout values it fixes it. If the timeout is too small or too big (for me 10ms and 1000ms) then it works. but 50-150ms it doesn't. It looks like it only happens when it's switching between states.

It didn't happen in beta6.

adamdbradley added a commit that referenced this issue Jul 21, 2014
Ensure `disable-pointer-events` has been removed if there is not
supposed to be an animated transition. Closes #1383 #1633
@adamdbradley
Copy link
Contributor

@voliva would you be able to test this against the latest version of ionic? thanks

@voliva
Copy link
Contributor Author

voliva commented Jul 28, 2014

@adamdbradley
Tested in Android 2.3.6 and it works! (it is fixed, at least, for this device)
I just checked it didn't work in beta9, but it does in beta10.

By now I can't test in any other devices, but if you need so just let me know and I will test it asap.

@voliva voliva closed this as completed Jul 29, 2014
@ionitron-bot
Copy link

ionitron-bot bot commented Sep 6, 2018

Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Sep 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
needs: reply the issue needs a response from the user
Projects
None yet
Development

No branches or pull requests

2 participants