Skip to content

Software Keyboard on mobile #1331

Description

@ncannasse

Following this issue ncannasse/picogpu#2

Currently we have TextInput.useSoftwareKeyboard / showSoftwareKeyboard / hideSoftwareKeyboard

I think instead we should have a software keyboard virtual API that doesn't rely on TextInput, but that could be used by TextInput, something like:

if( useSoftwareKeyboard  ) hxd.System.showSoftwareKeyboard(this.text, { onTextChange : (text) -> this.text = text, ... });

And we could implement this API on JS/mobile so all TextInputs are by default editable.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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