-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
scrolling with forms #450
Comments
I´m having problems with form scrolling too, its a large form that and its almost imposible to scroll to in any direction, is happening in the lasted version,but in previous too |
@ajoslin i'm using iOS 7 / iPhone 5 / PhoneGap 3.0+ My problem was fixed as soon as I added scroll="true" I didn't allow the page to scroll when i had this issue. As soon as i added that scroll="true" the problem was resolved. |
I´m using iOS 7 / Simulator / Phonegap 3.3 |
@ajoslin sorry for the late response as well. I didn't try it with fullscreen set to off. I ended up needing to have the page scroll. I will have to do another test to see if it's still an issue or not. |
Going to close for now - it's working great for me without fullscreen on. Please reopen if it breaks for you @sicsol |
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. |
I have an issue with scrolling and form elements.
If i scroll down and click on a form element everything is fine. As soon as I click done I can no longer scroll to the top of the form.
I've tried using the $scope.$broadcast('scroll.resize'); on blur of a form element however that doesn't seem to work.
I'm using phonegap build if that helps
The text was updated successfully, but these errors were encountered: