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

Safari iOS scrollEnd #39

Open
lougreenwood opened this issue Mar 25, 2018 · 1 comment
Open

Safari iOS scrollEnd #39

lougreenwood opened this issue Mar 25, 2018 · 1 comment

Comments

@lougreenwood
Copy link

Hi, is there anywhere way to work around the issue where Safari doesn't repaint until a scroll ends?

This causes issues when trying to use this add-on for sticky navigation items - since a user may scroll to a position and only after inertial scrolling ends does the sticky element appear.

@simonihmig
Copy link
Member

This might be related to the support for IntersectionObserver in ember-in-viewport, which was added in v0.2.0 of this addon. I guess it does not get triggered during inertia scrolling, similar to regular scroll events.

@lougreenwood can you confirm that? Was it working before with a 0.1.x release?

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

2 participants