tencent cloud

문서Cloud Application RenderingPractical TutorialHow to Implement Mobile Chinese Input

How to Implement Mobile Chinese Input

PDF
포커스 모드
폰트 크기
마지막 업데이트 시간: 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.

도움말 및 지원

문제 해결에 도움이 되었나요?

피드백