Skip to content

Keyboard Dismissal Prevents Button From Being Tapped #1

@Smaths

Description

@Smaths

Description

Keyboard dismissal prevents any tap notifications from being registered. For example, In this repo's sample project, I expect to be able to click the Login Button and have the click event called. However, when tapping the Login with the keyboard visible, the keyboard dismisses without firing the buttons click event. It appears that you cannot interact with controls while the keyboard is visible.

To Reproduce

All steps are taken using this repo's sample project as the starting point.

  1. Add a simple Debug.WriteLine("Button Clicked") to Clicked
  2. Run application
  3. Tap text control to focus and bring up the software keyboard.
  4. Tap Login button

Expected Result: Login tapped event fires.
Actual Result: Keyboard dismisses. (Login tapped does not fire)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions