DaftMonk / angular-tour

AngularJS directive for giving an interactive tour of your website.
http://daftmonk.github.io/angular-tour/
MIT License
609 stars 137 forks source link

iOS 7 Scrolling issue #29

Closed Sljubura closed 9 years ago

Sljubura commented 9 years ago

Hi, I got bad flickering and unsuccessful scroll when tour tries to scroll on iOS (iPhone 5s iOS 7). I found out that the cause is the: line 305: scrollLeft: target.offset().left + offsetX

Removing that line and just leaving scrollTop solved it.

booleanbetrayal commented 9 years ago

Not seeing this in latest master. Please take a look @Sljubura . Can re-open if needed.