Brian Floersch

Results 22 comments of Brian Floersch

https://github.com/gh123man/SwiftUI-LazyPager/assets/959778/0a58531b-c9c8-408b-a274-f5fb498bd4a9 (The animations are intentionally slowed down in the video) I had some ideas an took another stab at this. I think it's 90% there but still has a few...

> Have you tried using zIndex() to fix this? IIRC - yeah. I couldn't quite figure it out. To be honest this isn't a feature I particularly require at the...

Hi, Have you tried changing the[ `waitForHeightChange` settings](https://github.com/gh123man/ScrollViewLoader?tab=readme-ov-file#waitforheightchange) documented in the readme? If these do not resolve your issue, please paste a code sample that reproduces the problem and I...

Hello, can you post a brief code example that demonstrates and reproduces the problem?

I am closing this issue as there is no reproduction. I am happy to reopen this if someone can provide a code sample that reproduces the issue.

This issue is quite old, and I am still unable to reproduce.

Hey, Would you be able to post a code sample that demonstrates the issue?

I think I see it now. It only occurs when there are black bars due to the width or height being less than the screen size - if zoomed in...

I spent some time investigating this today. It's related to updating the `contentInset` while zooming. [Specifically, here ](https://github.com/gh123man/SwiftUI-LazyPager/blob/master/Sources/LazyPager/ZoomableView.swift#L263). This code ensures you can't scroll past the zoomable content view and...

Ive figured this out, This is now fixed in https://github.com/gh123man/SwiftUI-LazyPager/releases/tag/1.1.11