Disabling IME input in WPF cef browser #4805
simpleDev5
started this conversation in
General
Replies: 1 comment
-
You can enable the IME keyboard handler as per #1262 (comment) Which should give a better experience. No idea how to disable IME. I don't use IME personally.
The equivalent of using the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am making a visual studio extension which displays a webpage on a tool window using the CefBrowser.

I am using WPF browser to display the webpage.
When I change the input language to Korean , the IME pop-up shows up.
Is there a way to disable the IME popup in Wpf?
I tried with the minimal example and I could see that the ime popup doesn't show up for winforms browser.
Is there a way to achieve the same behavior using WPF browser? So that the experience is seamless
Beta Was this translation helpful? Give feedback.
All reactions