gumgum / gg-ez-vp

Simple video player with minimal setup, intuitive API and straightforward features
https://gumgum.github.io/gg-ez-vp
MIT License
7 stars 4 forks source link

VAST clickthru not working #48

Closed edrpls closed 4 years ago

edrpls commented 4 years ago

Clickthru on VAST/VPAID is not working, this could be due to the events being captured by the player, or because the click event is not implemented.

For VPAID, clicks should be delegated to the VPAIDWrapper.

For VAST, the click event from vastTracker should be listened to, and a new window should open with the received URL.

In both cases, the player-click event should be emitted to allow users to perform any other actions on upon it.