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
A strange behaviour I have observed in Safari when navigating back to a view using swipe on the trackpad on my Macbook pro. The page freezes for a few seconds before I can interact with it again.
Observed similar behaviour on other choo sites too. Since I don't want to make my project public just yet I illustrate the behaviour with an example:
On the first page scroll down to the middle of the page with all the thumbnails (Select projects, randomized, for..etc.)
Click on any of them then try to navigate back by using the "swipe left and right between pages" function on your trackpad.
Freeze happens for a few seconds before you can do anything.
Here is a video showing the behaviour: choo freeze
My page structure is simple. It's a website for a photographer with a series of right and left floated thumbnails that take you to a project page. It happens with thumbnails lowest on the page only. Not with the ones on the top. Although they are identical in every sense. They take you to the same view and load same type of content.
Did anyone observe this behaviour before?
I hope you don't mind @jondashkyle that I used your site as an example. Maybe you have an idea about this?
Thank you!
The text was updated successfully, but these errors were encountered:
FWIW I have heard of this problem before so you're not the only one, but I have no clue what causes it and whether choo is responsible, unfortunately :(
Thanks @goto-bus-stop
I managed to solve this for my project with the above described solution. Hope this can be helpful for others who land here.
Taking manual control over scroll restoration creates a 100% accurate popState navigation vs. the sometimes jumpy auto one. So, besides eliminating this issue, that's another upside of it.
A strange behaviour I have observed in Safari when navigating back to a view using swipe on the trackpad on my Macbook pro. The page freezes for a few seconds before I can interact with it again.
Observed similar behaviour on other choo sites too. Since I don't want to make my project public just yet I illustrate the behaviour with an example:
Here is a video showing the behaviour: choo freeze
My page structure is simple. It's a website for a photographer with a series of right and left floated thumbnails that take you to a project page. It happens with thumbnails lowest on the page only. Not with the ones on the top. Although they are identical in every sense. They take you to the same view and load same type of content.
Did anyone observe this behaviour before?
I hope you don't mind @jondashkyle that I used your site as an example. Maybe you have an idea about this?
Thank you!
The text was updated successfully, but these errors were encountered: