You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When testing RgPopup for Maui I have an entry in the view, where when I bring up the keyboard it does not respect
App.Current.On<Microsoft.Maui.Controls.PlatformConfiguration.Android>().UseWindowSoftInputModeAdjust(WindowSoftInputModeAdjust.Resize);
covering up the entry with keyboard.
Do we have any predictions for an adjustment? Mopups also have the same problem, and there is already an open bug... will Rg be able to make this adjustment?
Platform:
[x ] 🤖 Android
The text was updated successfully, but these errors were encountered:
🐛 Bug Report
When testing RgPopup for Maui I have an entry in the view, where when I bring up the keyboard it does not respect
App.Current.On<Microsoft.Maui.Controls.PlatformConfiguration.Android>().UseWindowSoftInputModeAdjust(WindowSoftInputModeAdjust.Resize);
covering up the entry with keyboard.
Do we have any predictions for an adjustment? Mopups also have the same problem, and there is already an open bug... will Rg be able to make this adjustment?
Platform:
The text was updated successfully, but these errors were encountered: