You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i use 2.0 instead of 1.1.7 it has this behaviour;
(on iPhone)
Button clicked
Browser scrolls to anchorpoint
User scrolls a little up to see the button again and clicks on it
Browser scrolls up but stops to scroll down
With version 2.0 it has the same functionality as shown above only it scrolls also down again.
I don't know if any other people have this?
Now it flicks the browser scroll around from bottom to top and bottom again. It isn't a nice animation now.
Hi,
In the new version 2.0.0, you have in line 127:
The correct attribute is: scrollHeight (H in uppercase). It's ok in version 1.1.7:
Not a bug but for condition 1 and 2, use '===' (instead ==) in line 123 et 125,
Philippe
The text was updated successfully, but these errors were encountered: