Rg.plugins.popup: [iOS] HasKeyboardOffset="True" does not work on 2.0.0.2

Created on 14 May 2020  路  6Comments  路  Source: rotorgames/Rg.Plugins.Popup

馃悰 Bug Report

HasKeyboardOffset property does not work with Rg.plugin.popup 2.0.0.2.
iOS only.

Expected behavior

The keyboard offset should work and call OnSizeAllocated function to resize the page with a Padding of keyboard height.

Reproduction steps

  • 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.

Configuration

Version Rg.plugin.popup : 2.0.0.2
Version Xamarin.forms : 4.6.0.xxx
Platform:

  • [ ] :iphone: iOS
  • [ ] :monkey: Xamarin.Forms

Most helpful comment

All 6 comments

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!

Was this page helpful?
0 / 5 - 0 ratings