In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly introduces the example analysis of WeChat Mini Programs compatibility, which is very detailed and has a certain reference value. Friends who are interested must finish it!
The functions of Mini Program are constantly increasing, but the old version of Wechat does not support new features, so you need to be compatible when using these new capabilities.
The document will include the version number supported by each function in the page description of the component, API, etc.
You can obtain the base library version number of Mini Program through wx.getSystemInfo or wx.getSystemInfoSync.
You can also use the wx.canIUse details to determine whether the corresponding API or components can be used directly under the basic library version.
Compatible mode-interface
For the new API, you can use the following code to determine whether the user's phone is supported or not.
If (wx.openBluetoothAdapter) {wx.openBluetoothAdapter ()} else {/ / if you want users to experience your Mini Program on the latest version of the client, you can prompt wx.showModal ({title: 'hint', content: 'the current Wechat version is too low to use this feature, please upgrade to the latest Wechat version and try again.' })} compatibility mode-parameters
If there are additional parameters in the parameters or return values of API, you can use the following code to judge.
Wx.showModal ({success: function (res) {if (wx.canIUse ('showModal.cancel')) {console.log (res.cancel)}}) compatibility method-component
For components, the new properties will not be processed on the older version, but will not report an error. If a special scenario requires some downgrading of the old version, you can do this.
Page ({data: {canIUse: wx.canIUse ('button.open-type.contact')}) customer service message above is all the content of the article "sample Analysis of WeChat Mini Programs compatibility". Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.