rotorgames / Rg.Plugins.Popup

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

Android keyboard navigation accessibility #741

Open IeuanWalker opened 2 years ago

IeuanWalker commented 2 years ago

:sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...)

Bug fix #728

:arrow_heading_down: What is the current behavior?

See the video attached to the bug

:new: What is the new behaviour (if this is a feature change)?

You can no longer navigate the background page while the popup is open using a physical keyboard

:boom: Does this PR introduce a breaking change?

No

:bug: Recommendations for testing

:memo: Links to relevant issues/docs

Android doc - https://developer.android.com/reference/android/view/ViewGroup#attr_android:descendantFocusability PR made into the MAUI version - https://github.com/LuckyDucko/Mopups/pull/23

:thinking: Checklist before submitting

IeuanWalker commented 2 years ago

@LuckyDucko @martijn00 Any chance this can be reviewed and released?