better() { this.$nextTick(() => { this.scroll = new BScroll(this.$refs.wrapper, { pullUpLoad: { threshold: -5, resizePolling: 60 }, }) this.scroll.on( scroll , (pos) =>...
< div class= "pull-info-info " > <div v-html="detaisContent">< div> < div > detaisContent = "contains pictures better () { BScroll this.$nextTick(() => { if(!this.scroll){ this.scroll = new BS...
problem description use better-scroll pull-up to load the bounce problem in vue. Only after the pull-up bounce twice can you see the data loaded by pull-up. cannot refresh the page height the environmental background of the problems and what method...
react mobile end, when the scroll scrolls down to 100mm 400, the transparency of a div changes from 0 to 1. If you do not scroll down, the animation effect will not be performed automatically. If you slide up the transparency by 1: 0, this should be real...
when using better-scroll, I set a navigation bar in which it is fixed but also scrolls . the cause of the problem: my initial solution is that Bscroll does not include the navigation bar, and then Bscroll sets top 80px so that the navigation bar is fi...
Why the scroll bar of better-scroll can only be displayed when scrolling, and how to set it to still display when not scrolling this is what it usually looks like I looked at the document and couldn t find a way to display the scroll bar all th...
npm run dev opens the page for the first time and the page cannot be slid. check and find that there is actually some in bs. keepalive I would like to ask you, where should this be the problem? ...
after adding lazy loading to the picture before, I didn t look at it carefully, but I suddenly found a strange problem today. when you slide your fingers, if you keep pressing and do not let go, the picture will not be displayed. You must wait for th...
1. Effect picture at the beginning, it is smaller than a screen, after unfolding, it is larger than a screen, so you can slide, and if you put the address away, it will be smaller than a screen, so you can t slide, but at this time, some of the ad...
how to achieve the above effect? this effect occurs when scrolling from the home page to the div location of ul1-left-features. The div is divided into two columns, and the left side is divided into three blocks. when scrolling to item1, the default...
Apple phone, if you use ion-infinite-scroll to load more craziness on the page, you will get stuttered or even the page will jam directly! html Code ts: Anti-shake is also used, but ios browsers (uc, safari) will still get stuck or even get stuck if...
Native textarea scrolls can be done with @ scroll , but the Input component in iView does not seem to provide on-scroll instruction. What should I do ? ...
In the Vue official website tutorial, it is explained that the new attribute .passive will start the passive listener, that is, the default behavior will understand the trigger. My understanding is that I can write a loop event in the onSroll event, a...
After the prefect-scroll call, there is a warning in the chorme. What is the way to deal with it? ...
using flexible layout, I originally intended to make the following page. The width of the right box div2 is the rest of the screen width, and the ul has a lot of li , which can be scrolled horizontally. html css The width of div2 has be...
use zepto+fastclick, body:height=100%,overflow=hidden parent div:position=absolute,height=100%,overflow-y=auto Child element is a transform page, and a normal div, contains some elements ...