Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demo/ Code not working on mobile / ios simulator #177

Open
nodeEnthu opened this issue Jan 9, 2017 · 3 comments
Open

Demo/ Code not working on mobile / ios simulator #177

nodeEnthu opened this issue Jan 9, 2017 · 3 comments

Comments

@nodeEnthu
Copy link

nodeEnthu commented Jan 9, 2017

"version": "1.4.4"

mobile tested on:
iphone 6
Browser: Safari
did not notice any console errors

ios simulator tested on:
iphone 6

Also not working on my website .. Pertinent code

scrollToElement(elementName){
    let scroller = Scroll.scroller;
    scroller.scrollTo(elementName, {
      duration: 1500,
      delay: 100,
      smooth: true,
    })
  },

Invoked through

this.scrollToElement('link1');

Scroll to Element

<Element name="link1"></Element>

Please note that the above code works on desktop and not on mobile. Tested on chrome and safari

@taddyhuo
Copy link

taddyhuo commented Mar 4, 2017

Same issue here. This first click triggers the scroll, but stop in the middle of the animation.

@ccm1st
Copy link

ccm1st commented Jun 10, 2017

Also having the same issue. I notice if I hold the button long enough, the scrolling will work, seems there's an delay somewhere. Could it be related to the mobile click delay?

@osamakhalil98
Copy link

i'm still facing this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants