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.
Test did not reproduce this bug. Check your input method.
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?
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?
hope you can solve