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
Post a Comment