Andrew Zheng

Results 61 comments of Andrew Zheng

Yeah it takes a bit for the window to [first become available](https://github.com/aheze/Popovers/blob/main/Sources/SwiftUI/Readers.swift#L94). This is to support multiple windows on iPadOS... anyway, the best bet right now is probably just adding...

Can't say it's intended, but would it be possible to do `present = false` inside `onDisappear`?

I've seen this when using a `ScrollView` sometimes. It's probably due to this code: https://github.com/aheze/Popovers/blob/499954f2dcad9167ac01ee3051f7fbd00d3f6fd2/Sources/PopoverUtilities.swift#L28-L43 I tried to fix it with the `DispatchQueue.main.async { }`, but apparently that didn't work...

I’m not sure. But I’m currently trying to debug the dismissal and positioning transactions. That could be related

Oof. Currently menus don't support `ForEach` yet since I'm extracting all the views inside `Templates.Menu() { ... }` into an array of views. The entire `ForEach` counts as a single...

Similar issue: https://github.com/aheze/Popovers/issues/23

Hey! Yeah, I've saw the new Layout API but I haven't got into it yet. Definitely something I'll be looking into soon. Thanks, if you have any ideas with Layouts...

Weird, I'll take a look. Thanks for letting me know!