flutter-tizen / plugins

Flutter plugins for Tizen
66 stars 47 forks source link

[webview_flutter] Support non-English language input #501

Closed swift-kim closed 1 year ago

swift-kim commented 1 year ago

(1) Mobile:

The shift modifier always appears to be enabled when typing in Korean. (This is not the case when typing in English.)

(2) TV:

The language switch button is disabled in the IME.

JSUYA commented 1 year ago

(2) TV: The language switch button is disabled in the IME.

The language of the IME keyboard is a setting of the device. Settings(in ime) -> Keyboard language -> Select language drop box or you can setting the device's localset again.

swift-kim commented 1 year ago

@JSUYA Oh, thank you for the info. It worked.

swift-kim commented 1 year ago

I also tested on RPi4 (Tizen 7.0) and the Korean IME normally worked, so the problem seems to be only with mobile devices (emulator). As mobile is not our officially supported profile, I'll close this issue for now.