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

Keyboard hides chat entry on iOS and pictures aren't sized correctly #3

Open
borrmann opened this issue Oct 12, 2022 · 1 comment
Open

Comments

@borrmann
Copy link

See title and Screenshots attached.
Just opened the solution as is on an iOS device and it doesn't work appropriately.

Maybe there needs to be a custom renderer for iOS that listens to the KeyboardUp event and pushes the entry up. There are a few tutorials online that show this for Xamarin.Forms. However, this always looks a bit weird since it is hard to synchronize the Keyboard Up animation with the animation that pushes the entry.
Alternatively I could think about putting the ChatPage inside a ScrollView with ScrollDirection="Neither". That way the entry should push up automatically. However, then there would be issues with the CollectionView, since it is not recommended having two scrollable controls inside each other. So how can this be accomplishes on iOS?
Image
img2

@borrmann
Copy link
Author

borrmann commented Oct 13, 2022

Anyone running into this issue, I have create a feature request with a solution for the keyboard issue on iOS here:

https://github.com/dotnet/maui/issues/10662

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant