rotorgames / Rg.Plugins.Popup

Xamarin Forms popup plugin
MIT License
1.15k stars 336 forks source link

Loss of InputAccessoryView After PopUp dismissed #504

Open mpatel1000 opened 4 years ago

mpatel1000 commented 4 years ago

Hello,

I have a InputAccessoryView (with a simple Done button) in a custom picker renderer that disappears after the popup is activated and dismissed. Disabling the popup retains the InputAccessoryView throughout the picker selection process. Any thoughts on what could be the issue?

Thanks, Mehul

Tak1wa commented 4 years ago

I am also suffering from the same problem. Focus on the Xamarin Forms standard Picker. A keyboard with a completion button will open. In that state, PopupNavigation.PushAsync will close the keyboard. Then PopAsync Popup to open the keyboard again, but the completion button is not displayed.

Tak1wa commented 4 years ago

I think the following code is the cause.

https://github.com/rotorgames/Rg.Plugins.Popup/blob/develop/Rg.Plugins.Popup/Platforms/Ios/Impl/PopupPlatformIos.cs#L92