Hi,
we are using the YouTube component in our banner ad, but when the video finishes on iOS8/iPhone5, the video stays fullscreen, but we need it to close
I've tried various methods such as webkitExitFullscreen but cannot seem to get it to work.
Secondarily (but less important) I also want the video to rewind to the beginning but not play. It seems that seek(0) will cause the video to play again as well
any advice gratefully received!
(note I am using gwd.auto_BodyEnded = function(event) {.... which is created via the event designer, and this does fire correctly at the end of the video, I just can't work out how to do what I need)
thanks
J