-
Notifications
You must be signed in to change notification settings - Fork 30.2k
Open
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work lista: text inputEntering text in a text field or keyboard related problemsEntering text in a text field or keyboard related problemscustomer: ariasengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.good first issueRelatively approachable for first-time contributorsRelatively approachable for first-time contributorsplatform-webWeb applications specificallyWeb applications specificallyteam-webOwned by Web platform teamOwned by Web platform teamtriaged-webTriaged by Web platform teamTriaged by Web platform team
Description
At the moment, there's no proper way to detect the click on "done" in a virtual keyboard. All we receive is a "blur" event on the text field, which is indistinguishable from other "blur" causes.
We may be able to detect this by checking the new focus target. If it's <body> then the user most likely clicked "done" on the virtual keyboard. That is because iOS doesn't blur text fields when the user taps on random parts of the page. The only ways to blur are: click "done" or click some other focusable element (e.g. another text field).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work lista: text inputEntering text in a text field or keyboard related problemsEntering text in a text field or keyboard related problemscustomer: ariasengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.good first issueRelatively approachable for first-time contributorsRelatively approachable for first-time contributorsplatform-webWeb applications specificallyWeb applications specificallyteam-webOwned by Web platform teamOwned by Web platform teamtriaged-webTriaged by Web platform teamTriaged by Web platform team