-
Notifications
You must be signed in to change notification settings - Fork 209
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
Bug: Blinking in IPad Safari. #28
Comments
+1 on experiencing this as well. Would love a fix. |
This is happening because of a well-known bug with We also get some erratic scroll-top values during the inertial scroll, as if the user would be scrolling up and down. I've tried several potential solutions but none of them worked - see below. I won't be putting any more time into this as I already spent 2+ hours. If anyone else wants to take a shot at this, please be my guest and best of luck! http://stackoverflow.com/questions/18753367/jquery-live-scroll-event-on-mobile-work-around |
Hi, I tried something that is almost fixing this issue. around the line 260 replace:
by
There are still some scrolling bugs but no disappearance anymore. |
It seems to break when we try this, can you upload your working script if it's working? |
I am not add this script to site yet.
14 Мар 2017 г. 20:51 пользователь "rdiamondbww" <notifications@github.com>
написал:
… It seems to break when we try this, can you upload your working script if
it's working?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#28 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ARxVYIKlyfSdzVKCMyBZy0TYsQtHFfQLks5rltONgaJpZM4JUuMn>
.
|
Thank you for the great lib. But looks like there is a problem when recalculating in IPad Safari.
Check the gif below to understand what I am saying, when scrolling to bottom or top the left content is blinking strangely.
Both sides (content and sidebar) are in the Theia initializer:
$('.categories .content, .categories .sidebar-content').theiaStickySidebar();
It's working great in another browsers and devices, but in Ipad Safari is blinking on recalculating.
The text was updated successfully, but these errors were encountered: