Framework7 - Popover Events



Description

To detect how a user interacts with the popover, you can use the popover events as shown in the following table −

S.No Events & Description Target
1

open

When popover starts its opening animation, this event will trigger.

Popover Element

<div class = "popover">

2

opened

After completing the popover opening animation, this event will be triggered.

Popover Element

<div class = "popover">

3

close

When popover starts its closing animation, this event will be triggered.

Popover Element

<div class = "popover">

4

closed

After completing the popover closing animation, this event will be triggered.

Popover Element

<div class = "popover">

framework7_overlays.htm
Advertisements