Skip to content

Commit 688a950

Browse files
authored
docs(popover): warn about popover attribute on v5 (#3339)
1 parent 6a76e70 commit 688a950

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

versioned_docs/version-v5/api/popover.md

+5
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ import Slots from '@ionic-internal/component-api/v5/popover/slots.md';
1616

1717
# ion-popover
1818

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+
1924
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.
2025

2126
## Presenting

0 commit comments

Comments
 (0)