IME Prediction Conversion Control in javascript

Asked 2 years ago, Updated 2 years ago, 63 views

From Win10, predictive input candidates are now automatically displayed during text entry.

When typing characters into elements with textarea or "contentable="true" set. Is it possible to hide IME prediction input by controlling it from the program side?
非Hide means
Use prediction input in the Prediction Input tab of IME's advanced settings. Unchecked.

Thank you for your cooperation.

javascript windows-10

2022-09-30 10:42

1 Answers

Probably not.

As far as I know, there are only two ways to control IME from a web page:

Both can only roughly specify the IME input mode.

Input Method Editor API was proposed, but looking at the fact that the draft has not been updated for nearly 3 years, it seems that the specification development is not going well.This API also cannot control predictive transformation.


2022-09-30 10:42

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.