Popovers icon indicating copy to clipboard operation
Popovers copied to clipboard

A library to present popovers. Simple, modern, and highly customizable. Not boring!

Results 68 Popovers issues
Sort by recently updated
recently updated
newest added

I found a bug where `onTapOutside` is called twice. To test this, add the following log in DismissalView1 of the sample code and tap outside the Popover. ``` $0.onTapOutside =...

I am using Popovers in a project I have called Hymn Tracker. I am getting the following: `[Popovers] - No window was found when presenting popover. Please file a bug...

Does anyone know how to change the theme of a view inside a popover? The preferredColorScheme doesn't seem to work. I have found the WindowReader and overrideUserInterfaceStyle option, but maybe...

I have an popover at the bottom of the screen with textField on it, how can i update popover position, when user taps on the textField and keyboard is shown?

[Popovers] - No `PopoverModel` present in responder chain () - has the source view been installed into a window? Please file a bug report (https://github.com/aheze/Popovers/issues). .popover( selection: $selection, tag: "\(page.id.uuidString)",...

I've arrived here while looking for a nice way to make something equivalent to Apple's [TipKit](https://developer.apple.com/documentation/TipKit). It seems at least some parts this library could be scoped to be watchOS...