菜鸟教程小白 发表于 2022-12-13 11:43:18

javascript - jQuery 和触摸/移动 : Perform Function on Swipe Left/Right


                                            <p><p>如果移动用户用一根手指向左滑动,如果他向右滑动,我如何实现让 jQuery/JavaScript 执行 jQuery-Function?</p>

<p>如果用户向左/向右滑动,我喜欢将 scrollLeft 和 scrollRight 动画到某个位置。我在桌面上做同样的事情,通过左/右箭头进行键盘导航,效果很好。现在我需要同样的方法来在触摸设备上滑动。</p>

<p>(如果可能不使用 jQuery Mobile 或其他附加库)</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>好的,答案很长,但值得:</p>

<p> <a href="https://stackoverflow.com/questions/7100153/jquery-swipe-vs-touch-pagex-and-pagey-keep-returning-0/7181265#7181265" rel="noreferrer noopener nofollow">jQuery (Swipe vs. Touch) pageX and pageY keep returning 0</a> </p>

<p>希望对你有帮助</p></p>
                                   
                                                <p style="font-size: 20px;">关于javascript - jQuery 和触摸/移动 : Perform Function on Swipe Left/Right,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/9350407/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/9350407/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: javascript - jQuery 和触摸/移动 : Perform Function on Swipe Left/Right