netmaui-chat-app-challenge icon indicating copy to clipboard operation
netmaui-chat-app-challenge copied to clipboard

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

Open borrmann opened this issue 2 years ago • 1 comments

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 avatar Oct 12 '22 12:10 borrmann

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

borrmann avatar Oct 13 '22 13:10 borrmann