the content of the Text component is off the screen but cannot wrap
the content of the Text component is off the screen but cannot wrap
when the line cannot be wrapped, it is mostly numbers and English, plus word-break: break-all;
white-space: normal;
when you click on the pictures looped out by Mini Program for, the animation effects of all the pictures will take effect together. How to separate the effects ...
can Wechat Xiaocheng tcp link to intranet devices? ...
I bound an out-of-focus event to an element, but the undefined, code for printing this directly in the out-of-focus event function is as follows: <input id= peopleName bindblur= VerifyName type= text placeholder= placeholder-class= pla...
Mini Program uses setStorage to store data and transmit values on pages, but it s the same with localstorage storage. I Baidu has said that it can prevent users from changing devices, users can still read setStorage if they change phones? That is to say...
to achieve the 60 seconds countdown after sending CAPTCHA, you can click again, but if you use setData to set the button button to disable, there is an asynchronous problem. When the countdown is 0, the crazy button can send several CAPTCHAs. How to sol...
under the iphone6 standard, I wrote a text tag in the view tag and set the font for text to be relatively small. I found that the view shows that view is actually one piece higher than the text tag. I don t know whether the view tag has the default lin...
for example, when I bind a click event to a view tag, and then click with my finger, there is no click effect. I remember that in ordinary web development, when the element bound to the click event is clicked, there will be a light gray background prompt...
<view style= height:24rpx; > <text style= font-size:24rpx;line-height:24rpx; >aaa< text> < view> in this way, in the simulator, the positions of the view tag and the text tag are staggered. There is a distance between the t...
wxml module code: < view class= contain > < view class= main > <view class= question wx:for= {{multiform}} wx:key= {{index}} wx:for-item= multi wx:for-index= current > <view class= label wx:for= {{multiform[curre...
as shown in the figure, the whole list is looped out by wx:for. You want to click on the small picture on the right (the small picture is also looped out by wx:for) to add a border color to the picture, and the big image on the left is changed to the...
problem description how to redraw (dirty rectangle) in the dirty area of canvas when the data changes the environmental background of the problems and what methods you have tried when the data changes, you want to modify it with minimum granularit...
problem description Mini Program s custom component I used canvas drawing, in the development tool can display the content drawn by canvas, but not on the real machine, and on the real machine to open debugging can show, what is the reason? related...
the background image under the iphonex in WeChat Mini Programs has been lengthened, and the button overlaps with it. How to solve it? Normal under iphone6. ] [1] Code <view class="container"> <button class="btn">...
I want to use pug,stylus to develop Mini Program, and finally use webpack to package to generate a dist directory such as page index index.pug index.styl index.json index.js generate dist page index index.wxml i...
problem description recently developed a WeChat Mini Programs, has been online, but the flashback situation is more serious, my own iphoneX is basically no problem, but similar to some Android phones, or older i6 will be used to flash, I would like to...
problem description recently developed a WeChat Mini Programs, has been online, but the flashback situation is more serious, my own iphoneX is basically no problem, but similar to some Android phones, or older i6 will be used to flash, I would like to...
as shown in the figure, the photo I currently selected by clicking the button is displayed on the current page. Now I want to display the picture on another page, but the image tag cannot be displayed on another page directly. What method can I use? ...
an h5 hybrid app was developed some time ago, but then the demand for compatibility with Mini Program was increased, so I thought of Mini Program s web-view. although I know web-view, I haven t debugged it. After embedding Mini Program, the page can c...