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
Copy file name to clipboardExpand all lines: versioned_docs/version-v5/api/popover.md
+5
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,11 @@ import Slots from '@ionic-internal/component-api/v5/popover/slots.md';
16
16
17
17
# ion-popover
18
18
19
+
:::warning
20
+
Popovers in Ionic v5 may collide with the [popover](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/popover)
21
+
feature on newer versions of browsers which can cause Ionic's popovers to not render. We recommend upgrading to the latest version of Ionic to avoid this issue.
22
+
:::
23
+
19
24
A Popover is a dialog that appears on top of the current page. It can be used for anything, but generally it is used for overflow actions that don't fit in the navigation bar.
0 commit comments