Smipto
20D
V2EX  ›  问与答

为什么某些手机会出现上下滑动时导致页面容器上下移动?大佬解答一下

  •  
  •   Smipto · Sep 5, 2020 · 1369 views
    This topic created in 2161 days ago, the information mentioned may be changed or developed.
    本来一个好好的拼图游戏,现在上下不能滑动、、当然绝大部分是正常的,就小部分手机出现这样的问题,求大佬解答一下 视频: https://streamja.com/B4rmn


    2 replies    2020-09-05 10:25:26 +08:00
    Smipto
        1
    Smipto  
    OP
       Sep 5, 2020
    在线等,求解~
    alphardex
        2
    alphardex  
       Sep 5, 2020   ❤️ 1
    之前也碰到过,直接禁止页面容器滑动就行了
    ```js
    const disableTouchMove = () => {
    document.body.addEventListener('touchmove', e => {
    e.preventDefault()
    }, { passive: false });
    }
    ```
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   4777 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 33ms · UTC 09:51 · PVG 17:51 · LAX 02:51 · JFK 05:51
    ♥ Do have faith in what you're doing.