-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
ScrollView not working, not reacting to when keyboard is opened #9450
Comments
@ultimategrandson can you include what behavior you're seeing vs what behavior you're expecting please? |
Hi @ultimategrandson. We have added the "s/needs-info" label to this issue, which indicates that we have an open question for you before we can take further action. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time. |
If you run the example github repo linked, when you click on the Entry field at the bottom of the form and the keyboard opens, I expect the form to be able to scroll. The ScrollView which is the root view of the Content Page is not doing anything. |
I updated my initial bug report to remove references to Android. I have tested it on Android and the ScrollView seems to work. iOS it does not seem to scroll when the keyboard pops up. |
same issue ... |
Duplicate of #4792 |
Looks like the robots forgot to close this as a duplicate. |
Description
I cannot get ScrollView to work like it did with Xamarin.Forms. I am using MAUI embedded into a native app, so maybe this has something to do with it. Maybe I am doing something wrong here? I have looked at all the documentation and haven't been able to work out what I could do differently.
Reproduction (iOS Simulator): https://github.com/ultimategrandson/MAUI-ScrollView-Broken-in-Native
Steps to Reproduce
https://github.com/ultimategrandson/MAUI-ScrollView-Broken-in-Native
Version with bug
6.0.400
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
iOS 15+
Did you find any workaround?
Unable to find a workaround.
Relevant log output
No response
The text was updated successfully, but these errors were encountered: