Summary of components to be adapted
- Multi-terminal framework is based on the same technology as the Mini Program, most of the Mini Program components can be used in multi-terminal applications, but there are some components because the product carrier has become a App, can no longer be supported, the developer needs to be compatible with this part of the components
- In order to facilitate developers compatible processing of components, this article will require developers to adapt the components of the summary, if you have any questions about the relevant content, you can contactLittle helperFeedback processing
1) Components that need to be adapted and compatible by the developer
- The following functions need to be implemented using new interfaces or components
name | Function Dxplaination | Remarks |
button | Button | Support, but open-type The WeChat open capabilities involved are not supported |
image | picture | Yes, but long press recognition is not yet supported |
- button In the component open-type The WeChat open capabilities involved are not supported
- Added: onShareAppMessage The usage of the multiterminal can be viewedonShareAppMessage
2、 image
- image In the component show-menu-by-longpress Long press the picture to show send to a friend, collection, save the picture, search a search, open the business card/Go to Group Chat/Open Mini Program) temporarily supported
3、web-view
from iOS >= 1.0.17,Android >= 1.0.8 Start, web-view open h5 Acquired UA Will no longer carryWeChat
The relevant identification, while adding the SAAASDK
Used to represent a multi-terminal runtime environment. As the developer in h5 Used in. jssdk For interacting with the Mini Program, you need to set the jssdk Upgrade to 1.6.2
II. Components not yet supported
- Contains interfaces that are not yet planned for support and are already in development, details can be foundComponent overview