GoogleChrome / samples

A repo containing samples tied to new functionality in each release of Google Chrome.
https://www.chromestatus.com/samples
Apache License 2.0
5.79k stars 2.38k forks source link

Keyboard doesn't disappear if you tap "Done" since the last Google Chrome update #757

Open anna007108 opened 2 years ago

anna007108 commented 2 years ago

Hello! I would like to use contenteditable="true" for a text. If you type something with a mobile device, and tap then the Done of your keyboard, the keyboard should disappear. This works fine with Safari on my iPhone. But since the last update, it doesn't work with Google Chrome anymore. It just stays.

Here is a screenshot to show what button I mean:

dfjkldsfs

Here is the code that I have used:

<div contenteditable="true">Hello, world!</div>

How would it be possible to fix this problem?

maxcoredev commented 1 year ago

Upvote. iOS 15.7.1. Pressing on "Done" and just nothing happens.