tencent cloud

文档Cloud Application RenderingPractical TutorialHow to Implement Mobile Chinese Input

How to Implement Mobile Chinese Input

Download
聚焦模式
字号
最后更新时间: 2024-06-14 11:51:02
As a cloud 3D application (in .exe format) runs in the cloud Windows Server environment, if the default Windows input method of the cloud desktop is used, users on mobile devices may have a poor experience. Therefore, for use on a mobile device, we recommend that you follow the steps below:
1. Listen for the onInputStatusChange callback to determine whether the cloud input box is focused.
Note:
If the cloud application uses a custom input box, the onInputStatusChange callback may not take effect.
2. When the cloud input box is focused, an input box will be displayed on web. After the native input method on the user's mobile phone is called to enter text, the TCGSDK.sendText() API can be called to pass in the text characters to the cloud application.
3. For use in landscape mode, the user needs to be asked to enable auto-rotate on their mobile phone and use the input method in landscape mode, so as to avoid the issue where the rendered application image is displayed in landscape mode but the local input method is still in portrait mode.

帮助和支持

本页内容是否解决了您的问题?

填写满意度调查问卷,共创更好文档体验。

文档反馈