tencent cloud

Cloud Application Rendering

Release Notes
Product Introduction
Overview
Basic Concepts
Strengths
Use Cases
Purchase Guide
Billing Overview
Billing
Purchase Process
Overdue Payment
Refunds
Auto-Renewal Rules
Getting Started
Basic Technical Concepts
User Guides
Technical Integration
Integration Demo
Console Guide
Application Management
Project Management
Stream Push Service
Concurrency Management
Multiplayer Interaction
Session Status
Practical Tutorial
How to Implement Cloud-Native Recording
How to Implement Application Upload and Version Update via CAR-CLI
How to Implement Concurrency Sharing
How to Implement Mobile Chinese Input
How ‍to ‍Push ‍‍Cloud ‍Video Streams to CSS
How to Implement Multi-Person Interaction
How to Implement Live Room Interaction ‍with On-Screen Comments
Configuring and Using Cloud Browser
SDK Documentation
JavaScript SDK
SDK for Android
SDK for iOS
API Documentation
History
Introduction
API Category
Making API Requests
User APIs
Application Management APIs
Project Management APIs
Concurrency Management APIs
Stream Push Service APIs
Data Types
Error Codes
FAQs
CAR Basics
CAR Integration
Cloud Application
Service Level Agreement
CAR Policy
Privacy Policy
Data Processing And Security Agreement
Contact Us

How to Implement Mobile Chinese Input

PDF
Focus Mode
Font Size
Last updated: 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.

Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback