LuckyDucko/Mopups

Soft keyboard overlaps the content of a popup when Entry is used.

Opened this issue · 5 comments

I have enabled the following in my App.xaml file:

xmlns:android="clr-namespace:Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific;assembly=Microsoft.Maui.Controls" android:Application.WindowSoftInputModeAdjust="Resize"
The above works fine for contents that are inside scroll view, but for popup it doesn't work, and ends up covering the content.

Any help?

I experience the same issue. No workaround so far rather than changing the UI itself when the entry is focused.

@JordiCasas
I ended up using the CommunityToolkit popup instead. I made my own navigation service that works exactly like Mopups / RgPopup

Im experiencing the same behavior. Android is not resizing the content when the Keyboard is presented, even if HasKeyboardOffset is set to True and also, seting WindowSoftInputModeAdjust to Resize mode.

Attached is an example with a solution where a Popup is displayed. Inside the popup, at the top there is an Editor, and at the botton there is a button. Tapping on the Editor shows the keyboard but the button is overlaped.
TestPopup.zip

Is there any way to fix this?

I am also facing same issue with mopups for both iOS and Android. Is three any workaround at lease for iOS?

Will anyone look into this issue? As of now the workaround is to show popup vertically center if it has 1 or 2 inputs to avoid keyboard covering the popup.