View

Input probe

ch ·

Test 1 · <input>

Plain text input with autofocus. If a system keyboard appears or Neural-Band handwriting writes here, this is the path.

Idle.

Test 2 · <textarea>

Multi-line. Some restricted webviews show different keyboard affordances for textareas than for inputs.

Idle.

Test 3 · contentEditable div

Looks unlike a form element — useful if <input>/<textarea> are sandboxed away from native input.

Idle.

Test 4 · webkitSpeechRecognition

Doesn't require getUserMedia on all platforms. Tap and speak. Error code surfaces in the debug log.

Idle.
(transcript will appear here)

Test 5 · click probe

Confirms that tap events even fire reliably on the Display.

Tap me ← (any kind of pointer)
No taps yet.

Test 6 · scheme links

Probes whether the webview can launch native handlers (which we could later use as roundabout input paths).

tel: sms: mailto: intent://
Tap any link and tell me if anything opened.

Debug log

Every event in this page is appended below. Read it on the glasses without dev tools.