# WeChat Web Development
WeChat The built-in browser can open URL web pages, and when it is open, it can use the unique API port to complete some actions that the external browser can not complete.For example, set up to share content, scan, pay, etc.
Depending on the Service Account type, authentication status, and the API available to developers, you need to check the confirmation in the mp background.
content | introduce |
---|---|
Start Development | Getting Started Guide, a must-read for entry-level developers |
Web authorization | Through this mechanism, user identification information can be obtained and business logic can be implemented.(Available only at Service Account) |
JS-SDK | WeChat built-in browser to provide a set of capabilities, developers can complete the corresponding action through the SDK interface. |
Open labels | WeChat When the built-in browser opens a page, it renders a specific tag into a corresponding component to accomplish a specific task. |
IOS WKWebview Web Adaptation | Part of the client-side built-in browser is based on iOS WK Webview, and a few features are implemented that require the developer to actively adapt. |
Harmony web page adaptation | In the HongMeng system WeChat guest terminal web page, some developers need to adapt the content. |
DarkMode adaptation | In models that support dark mode, developers can refer to this document to complete the dark mode adaptation. |