2017-11-20 31 views
0

터치 이벤트를 추가하는 데 약간의 문제가있어서이 페이지 슬라이더를 사용할 수 있습니다. 그것은 스크롤 마우스 및 키와 함께 작동하지만 모바일 터치에서는 작동하지 않습니다.터치 이벤트를 추가해야하나요?

<p data-height="265" data-theme-id="0" data-slug-hash="EyLWKg" data-default-tab="js,result" data-user="WispProxy" data-embed-version="2" data-pen-title="Gray & White - Skewed Slider with Scrolling" class="codepen">See the Pen <a href="https://codepen.io/WispProxy/pen/EyLWKg/">Gray & White - Skewed Slider with Scrolling</a> by Victor Belozyorov (<a href="https://codepen.io/WispProxy">@WispProxy</a>) on <a href="https://codepen.io">CodePen</a>.</p> 

답변

1
  1. 당신이 JQuery와
  2. 당신의 JS 파일이 추가되어 있는지 확인하십시오 .... codepen 링크 코드를 참조

    $('.codepen a').on('click touch',function(){ 
        $('.codepen a').click(); 
    });