Skip to content

Popup scrollbar not working on iOS #546

Answered by KingSora
gem0303 asked this question in Q&A
Discussion options

You must be logged in to vote

Good day @gem0303

That was a longer debugging session for me.. aaaand I figured out why that happens! Usually the ResizeObserver is always triggered when its created and connected. In Webkit this is not the case if the element is hidden in that point in time. I had a small optimization in place which would always skip the first ResizeObserver callback. Thats also the reason you had to open the pupup twice.

I've fixed the bug and will publish it with the next release :)

Here is the fixed version: https://codepen.io/kingsora-the-decoder/pen/jOQQdQe If you can please try it out and report back whether it works for you

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@gem0303
Comment options

Answer selected by gem0303
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants