Skip to content

keyboardActiveView is hidden #92

@SabatinoMasala

Description

@SabatinoMasala

In inputKeyboardWillShow the visibility of keyboardActiveView gets set with self.keyboardActiveView.hidden = NO; but the property keyboardActiveView only gets set in inputKeyboardDidShow, which causes an issue where the keyboard is hidden in some cases when animating up.
Is there a reason we grab the keyboardview in inputKeyboardDidShow instead of inputKeyboardWillShow?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions