iPad Flicker on auto scroll using JQuery and Scrollto plugin

前端 未结 11 1624
情话喂你
情话喂你 2020-12-12 16:52

I am having a bit of a weird problem with iOS platform for a page i am developing. This is the page in question. When clicking any of the case study images, the page will

11条回答
  •  庸人自扰
    2020-12-12 17:19

    You should include {axis: 'y'} in your options object. Also be sure that you have not enabled interrupt option. You can test this with {interrupt: false}.

提交回复
热议问题