compose-multiplatform-core
compose-multiplatform-core copied to clipboard
Introduce new WebTextInputService
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:
- Add support to Safari (which happens to have it's own flow of input events that are inconsistent with other browsers)
- Correct behaviour for composition and accent dialogue scenarios
- Introduce some changes that we will use for improving accesibility