收藏
回答

How can I fix the Korean input to work properly?

While developing a mini-program, I While developing a mini-program, I have a simple text input field like this:

<view class="input-container">

<input type="text" placeholder="Please enter here" />

</view>

Korean input works well in the Devtools Simulator, but when I use Preview to input on an actual phone, I encounter a problem where the Korean input doesn't work properly.


For example, when I try to enter "강", it comes out as "가ㅇ", with the final consonant separated.


如何才能使韩文输入正确呢?

在开发小程序时,我有一个简单的文本输入框,如下:

<view class="input-container">

<input type="text" placeholder="请在此输入" />

</view>

在Devtools模拟器中韩文输入很正常,但当我使用Preview在实际手机上输入时,韩文输入就出现了问题。

例如,我尝试输入“강”时,它变成了“가ㅇ”,收尾字母被分开了。

请求您的帮助。

Thanks.


回答关注问题邀请回答
收藏

3 个回答

  • 社区技术运营专员-Jahozheng
    社区技术运营专员-Jahozheng
    01-05

    Test did not reproduce this bug. Check your input method.

    01-05
    有用
    回复 1
    • 서민석. 徐敏硕
      서민석. 徐敏硕
      01-05
      https://developers.weixin.qq.com/s/kNuSTZmS78Ny


      Unfortunately, the issue hasn't been resolved yet.


      While the provided mini code works fine and allows Korean input in the simulator, it doesn't work properly when previewed on an iPhone 13 Pro Max, with the input behaving incorrectly.


      However, when input is done through an input modal, it functions correctly.


      What might be the underlying problem?
      01-05
      回复
  • 서민석. 徐敏硕
    서민석. 徐敏硕
    01-05

    https://developers.weixin.qq.com/s/kNuSTZmS78Ny

    Unfortunately, the issue hasn't been resolved yet.

    While the provided mini code works fine and allows Korean input in the simulator, it doesn't work properly when previewed on an iPhone 13 Pro Max, with the input behaving incorrectly.

    However, when input is done through an input modal, it functions correctly.

    What might be the underlying problem?


    01-05
    有用
    回复
  • 一笑皆春
    一笑皆春
    01-05

    hope you can solve

    01-05
    有用
    回复
登录 后发表内容