compose-multiplatform-core icon indicating copy to clipboard operation
compose-multiplatform-core copied to clipboard

Introduce new WebTextInputService

Open Schahen opened this issue 9 months ago • 0 comments

Release Notes

Highlights - Web

  • Improves text input support for mobile and desktop Safari
  • Correct certain text input scenarios on web

New WebTextInputService seeks to achieve following goals:

  1. Add support to Safari (which happens to have it's own flow of input events that are inconsistent with other browsers)
  2. Correct behaviour for composition and accent dialogue scenarios
  3. Introduce some changes that we will use for improving accesibility

Schahen avatar Mar 20 '25 15:03 Schahen