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
{{ message }}
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.
I have the toggle switch working as expected im my browser and on android 4.4. However on a android 4.2.2 or 4.3 device the switch jumps back to its previous position right after it is switched. The only way to correctly switch the button is by holding it down a short time and then releasing it again.
Any idea what could cause this behaviour?
The text was updated successfully, but these errors were encountered:
See http://www.ng-newsletter.com/posts/angular-on-mobile.html. Seems that in mobile there is a "fast" click and then a delayed "click" which results in a double click. Unforunately I moved angular-toggle-switch away from ng-click so I can't use ngTouch.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have the toggle switch working as expected im my browser and on android 4.4. However on a android 4.2.2 or 4.3 device the switch jumps back to its previous position right after it is switched. The only way to correctly switch the button is by holding it down a short time and then releasing it again.
Any idea what could cause this behaviour?
The text was updated successfully, but these errors were encountered: