Skip to content

Commit

Permalink
docs(popover): document popover limitation
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdebeasi committed Dec 20, 2023
1 parent 6e1fbda commit 63f45db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/demos/api/popover/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@

<ion-content fullscreen class="ion-padding">
<ion-button expand="block">Show Popover</ion-button>
<p>
Note: Popovers in Ionic v4 may collide with the <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/popover" target="_blank">popover</a>
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.
</p>
</ion-content>
</ion-app>
<script>
Expand Down

0 comments on commit 63f45db

Please sign in to comment.