how does the weex slider component set up full-screen scrolling up and down? Or is there any plug-in in weex that scrolls up and down the whole screen?
how does the weex slider component set up full-screen scrolling up and down? Or is there any plug-in in weex that scrolls up and down the whole screen?
I also want to know
Previous: What does the docker image of node jessie\ tretch\ chakracore mean respectively?
Next: A question about encapsulating watch snooping events similar to those in vue
you can get an empty value of userAgent in weex.config.env.userAgent, but a series of parameters such as phone model plus system version are directly assigned and modified when you request the interface. The print shows that it is changed, but it is not...
Let s ask a question about weex+vue-router. I modify the page according to some blogs on the Internet as shown in the picture. I hope to click second and jump to the second page second Second . then did not report wrong, really do not know why, Baid...
thank you for your attention " " Start debugger server! " " "-Websocket Address For Native: ws: 192.168.1.102:8088 debugProxy native " " Href=-Debug Server: http: 192.168.1.102:8088 " please " Please thank you 23:10:02: Launching Dev Tools....
the problem has been resolved use : class= "[ message-box ] " array instead Thank you @ Distance for reminding me, but his method doesn t work either, because my className is written in < style > , not a style object . problem description u...
input, using weex wants to draw the underline as shown in the figure. At first, set the border attribute for input, which can be previewed by web, but it is not displayed on mobile phone. It is found that input does not support border attribute. Is ther...
premise: due to the rich product information, ui is roughly divided into two types, so in the .vue file, a large number of v-if are used to control the display of the layout. (it is basically 2 chunks, and each time one of them is displayed, the element...
my page code structure is as follows: <template> <div> <tab>< tab> <scroller> <div v-for="item in list"> <item :val="item">< item> ...
if you want to modify the contents of weex s input tag through code, this will be a bit of a hassle, for example, at first you set it to 123, and then you manually modify this 123 on UI, for example, to 12. Then you want to modify the code to 123, which...