Skip to content

openKeyboard() does not open the keyboard when called from setup() #461

Open
@codeanticode

Description

@codeanticode

This sketch:

void setup() {
  fullScreen();
  openKeyboard();
}

void draw() {
  background(0);
}

does not open the keyboard.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions