Ios has a "rubber band effect" on the h5 page, and when you slide up, the menu at the bottom will follow up, and you can't stick it to the bottom all the time, nor can you position it. How to solve it?

clipboard.png

Jul.03,2022

iNoBounce.js


fixed location


set bounces attribute of WebView to NO


document.addEventListener('touchmove',function(e){ e.preventDefault();},{passive:false})

Page container needs to set hegiht:100vh;overflow:hidden;


touchstart,touchmove,touchend event callback plus stop bubbling e.preventDefault ();


generally, this is prohibited by ios or Android, and then add styles
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
to pages with elastic demand. Have you solved the problem


? I have also encountered how to solve

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1bbc74a-30313.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1bbc74a-30313.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?