Skip to content

Picker Focused/Unfocused Events Do Not Fire on Android #28121

@bhavanesh2001

Description

@bhavanesh2001

Description

The Focused and Unfocused events of Picker do not fire on Android when the controls gain or lose focus. This issue is only present on Android and works as expected on iOS.

Note: Focused only get fired first time

Steps to Reproduce

  1. Create a new .NET MAUI project.
  2. Add Picker to the XAML layout.
  3. Attach event handlers to their Focused and Unfocused events.
  4. Run the app on an Android device/emulator.
  5. Interact with the controls by tapping to open the picker and dismissing it.
  6. Observe that the Focused and Unfocused events do not trigger.

Link to public reproduction project repository

No response

Version with bug

9.0.40 SR4

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

Unknown/Other

Affected platforms

Android

Affected platform versions

No response

Did you find any workaround?

No response

Relevant log output

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions