mirror of
https://github.com/cocos/cocos-engine.git
synced 2026-09-09 09:08:54 +08:00
10 lines
741 B
JSON
10 lines
741 B
JSON
{
|
||
"title": {
|
||
"zh": "WebView",
|
||
"en": "WebView"
|
||
},
|
||
"description": {
|
||
"zh": "WebView 是一种显示网页的组件,该组件让你可以在游戏里面集成一个小的浏览器。由于不同平台对于 WebView 组件的授权、API、控制方式都不同,还没有形成统一的标准,所以目前只支持 Web、iOS 和 Android 平台。",
|
||
"en": "WebView is a component for displaying web pages, you could use this component to embed a mini web browser in your games. Because different platforms have different authorization, API and control methods for WebView component. And have not yet formed a unified standard, only Web, iOS, and Android platforms are currently supported."
|
||
}
|
||
} |