amp html - AMP - Install multiple event handlers for tap -


is there way install multiple events tap? e.g. on tap close sidebar , open lightbox?

thanks.

there doesn't appear way chain actions.

you try;

<button on="tap:my-lb.open" on="tap:sidebar1.close">test</button> 

or

<button on="tap:my-lb.open,sidebar1.close">test</button> 

Comments

Popular posts from this blog

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -