The Popover is a view that floats above an app’s content. Popovers provide an easy way to present or gather information from the user. E.g. Show more info about the current view, Select a commonly used tool or configuration and Present a list of actions to perform inside one of your views.
Put the content of the popover inside of an
In the ionic-framework, the Popover is a view that floats above an app’s content. Popovers provide an easy way to present or gather information from the user and are commonly used in the following situations:
- Show more info about the current view
- Select a commonly used tool or configuration
- Present a list of actions to perform inside one of your views
Put the content of the popover inside of an <ion-popover-view>
element.