Skip to content
This repository was archived by the owner on Apr 2, 2018. It is now read-only.
This repository was archived by the owner on Apr 2, 2018. It is now read-only.

(IOS) How to stop native.keyboardhide event from firing when focusing an input element? #173

@vandervidi

Description

@vandervidi

In IOS, When i tap and focus an input element the native.keyboardshow event fires and the keyboard pops up. This is absolutely fine.
Then,while the keyboard is up, When tapping another input element and focusing it for some reason the
native.keyboardhide event fires and then the native.keyboardshow fires.
Why does it happen in IOS? and how can i prevent this behaviour so that when one input is focused and the keyboard is up --> focusing another input element would not trigger the native.keyboardhide event??

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