Skip to content

Commit

Permalink
docs(popover): warn about popover attribute on v5 (#3339)
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdebeasi authored Dec 20, 2023
1 parent 6a76e70 commit 688a950
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions versioned_docs/version-v5/api/popover.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ import Slots from '@ionic-internal/component-api/v5/popover/slots.md';

# ion-popover

:::warning
Popovers in Ionic v5 may collide with the [popover](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/popover)
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.
:::

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.

## Presenting
Expand Down

1 comment on commit 688a950

@vercel
Copy link

@vercel vercel bot commented on 688a950 Dec 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ionic-docs – ./

ionic-docs-gqykycf8t.vercel.app
ionic-docs-git-main-ionic1.vercel.app
ionic-docs-ionic1.vercel.app

Please sign in to comment.