rotorgames / Rg.Plugins.Popup

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

Setting Focus on popup using physical keyboard #728

Open SarahCoates1 opened 2 years ago

SarahCoates1 commented 2 years ago

💬 Questions and Help

Hi When using a physical keyboard to navigate our app (written in xamarin forms), we are having problems setting focus on the popup. Ideally keyboard focus would automatically appear on the pop up when the pop up appears (and the background would not receive any focus). Focus tends to stay on the page behind. Using tab and cursor keys, we still seem unable to focus on any element on the pop up. We find the same issue with android and iOS. Is there anything I am missing that can help with this, or anything that is being developed? Many thanks

IeuanWalker commented 2 years ago

Here is a video showing the issue -

https://user-images.githubusercontent.com/6544051/159298006-6f42a69d-43dd-4472-bee8-874c78647402.mp4

You can see the keyboard focus stays behind the popup.

IeuanWalker commented 2 years ago

iOS isn't too bad, it's focusses on the toolbar then on the popup (never on the page content)