how do I disable pasting in input and textarea ? ...
for example, I have a checkbox group of Mini Program as follows: <checkbox-group bindchange="facilitiesChange"> <checkbox wx:for="{{facility_list}}" wx:key="*this" value="{{item}}" class="list-che...
doing a sub-class Mini Program, requesting api API data and then parsing and traversing it. Each data is wrapped in a view tag, including text and pictures. However, if some image request is 404404, you want not to display this view directly. I don t k...
how do I load a finished monitor on rich text content? In order to obtain the height of the wxparser tag and so on. At present, images are the most used, but bindload is not found in the image tag, so how do you monitor the completion of image loading? ...
does WeChat Mini Programs have a date component like the one shown below? ...
topic description in the development of WeChat Mini Programs, we will inevitably encounter the need to render large high-definition images, but the loading is very slow, and there will be the effect of the printer coming out line by line, so the exper...
when I add open-type= "share " to the button, then print the result in the successful callback in the onShareAppMessage method as follows: return { title: , path: page show pages detail detail , imageUrl: img, success: function(res)...
can WeChat Mini Programs upload multiple videos at a time ...
use the api provided by Mini Program to copy and paste and use the bindfocus event to get the input value, The bindlongtap event implements copy and paste, but the keyboard has to be turned off every time. Is there a better way? ...
in some Android phones, the network request is very slow. At first, it was thought that the response of the server was too slow. As a result, it was found that the response of the server was basically 100-200ms. By comparison, under ios, it is very fast...
such as the title. I look at the official website of turn.js, which says that this js requires JQUERY, but WeChat Mini Programs does not seem to support JQuery. if it is not supported, is there any way to achieve this effect? ...
question: as the title ...
The function is to upload group QR codes. Is there anything related to API ? ...
A problem encountered when developing WeChat Mini Programs is that if you put textarea in an element set to overflow:auto , the input text will slide with the page. The current page layout is as follows: but if you do not set the overflow attribut...
onShareAppMessage: function() { return { title: xxxx , path: xxxx , imageUrl: , success: (res) => { console.log(res) }, fail: (res) => { console.log(res) } } }, the effe...
when zooming to a certain level, nearby points aggregate into one point and show how many are aggregated. I don t think Tencent Map and WeChat Mini Programs SDK have a corresponding api,. Is there any other method to call ? ...
Why are some accounts formId timestamped? ...
as shown in the figure, every time you click to create a new item, there will be a line of form, because traversing an array, so how to accurately assign the value to the corresponding object? and how to delete a piece of data accurately? I use data-in...
<view class= main > <scroll-view class= menu scroll-y>< scroll-view> <scroll-view class= submenu scroll-y>< scroll-view> < view> page,.main, .menu, .submenu{ height: 100%; } .menu{ float: left;...
problem description I am trying to do a function of saving pictures to photo albums, but when debugging the real machine, the debugger will report a "downloadFile:fail ssl handshake error " error. What should I do? Du Niang said that there is a lack ...