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
After opening a modal and clicking on an input, note that the page has scrolled down past the overlay.
Then, when clicking on the other input, the modal temporarily goes away and looks like it transitions from off screen, but no css transition or animation exists.
Really not sure why this would behave any different from the examples--curious if anyone has seen this or know what it could be.
The text was updated successfully, but these errors were encountered:
maxscott
changed the title
Super wonkies on mobile browsers
Modal scrolls down past overlay on mobile browser
Mar 16, 2016
maxscott
changed the title
Modal scrolls down past overlay on mobile browser
Modal scrolls down past overlay on mobile browsers/iOS simulator
Jan 22, 2017
I might be doing something very dumb here, but it appears that using modals as routes causes some strange behavior on mobile.
Repo demonstrating issue using routes
Branch using the controller/param strategy
After opening a modal and clicking on an input, note that the page has scrolled down past the overlay.
Then, when clicking on the other input, the modal temporarily goes away and looks like it transitions from off screen, but no css
transition
or animation exists.Really not sure why this would behave any different from the examples--curious if anyone has seen this or know what it could be.
The text was updated successfully, but these errors were encountered: