You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add amp-youtube object
add any other object <amp-img src=... [class]="objClass">
add on event to amp-youtube
but when you click play button of youtube object - nothing happens... (on="tap:..." - works perfect)
idea is: on play button click hide all elements which are positioned above video and of course on pause\end of video elements have to be returned to unhidden state... (with on="pause... event)
The text was updated successfully, but these errors were encountered:
@SoleSS There is no play event exposed on amp-youtube. #8971 is the feature request for it however until we can reliability confirm that the play event is based on a user-interactin ( e.g. not autoplay ) it will not be allowed to setState regardless.
Steps to reproduce problem:
add amp-youtube object
add any other object <amp-img src=... [class]="objClass">
add on event to amp-youtube
but when you click play button of youtube object - nothing happens... (on="tap:..." - works perfect)
idea is: on play button click hide all elements which are positioned above video and of course on pause\end of video elements have to be returned to unhidden state... (with on="pause... event)
The text was updated successfully, but these errors were encountered: