HasKeyboardOffset property does not work with Rg.plugin.popup 2.0.0.2.
iOS only.
The keyboard offset should work and call OnSizeAllocated function to resize the page with a Padding of keyboard height.
Just use the HasKeyboardOffset property to true
and add an entry a the bottom of the popup page.
when the keyboad appear the entry should move with the keyboard.
Version Rg.plugin.popup : 2.0.0.2
Version Xamarin.forms : 4.6.0.xxx
Platform:
Any news about this?
I got the same issue
You can downgrade to v2.0.0.0
I got the same issue.
It can be fixed pretty easily by adding this line as line 141 in Rg.Plugins.Popup/Rg.Plugins.Popup/Pages/PopupPage.cs:
case nameof(SystemPadding):
Thank you!
Most helpful comment
Fixed in https://github.com/rotorgames/Rg.Plugins.Popup/commit/4794254d712dc69441671061c05f3656413e62a4