Tomas Ward
Tomas Ward

Reputation: 1164

IOS Simulator Software Keyboard Not Appearing

Software Keyboard in IOS Simulator is not appearing and showing an error in the console using Android Studio and Flutter:

[VERBOSE-2:ui_dart_state.cc(209)] Unhandled Exception: 'package:flutter/src/services/hardware_keyboard.dart': Failed assertion: line 790 pos 16: '(data.physical == 0 && data.logical == 0) ||
           (data.physical != 0 && data.logical != 0)': is not true.

Upvotes: 5

Views: 2300

Answers (1)

Tomas Ward
Tomas Ward

Reputation: 1164

To temporarily fix this, toggle:

I/O -> Keyboard -> Connect Hardware Keyboard

You will now be able to use the software keyboard and not the hardware one.

Upvotes: 7

Related Questions