James Reetzke

Results 11 comments of James Reetzke

Hi @KirylAkulich1 . Can you provide any more details about the context of this? Android/Webview version? A specific video or any video? Was it autoplay and autoplay stopped working without...

Was the same code working previously in earlier versions of the Webviews? What does you code look like?

Are you able to see any debug information from the page loaded in the Webview? Like do you see any Javascript errors in the Javascript console for the page?

> I have found an interesting thing about `playsinline=0&` parameter. If I remove it then video is played fine in full/inline modes. So what we have now: If `playsinline=0&` is...

@EvgenySergeychik If you want to use OVVAsset.js on it's own you need a Javascript class that performs the same functions as OVVAsset.as - https://github.com/InteractiveAdvertisingBureau/openvv/blob/master/src/org/openvv/OVVAsset.as Your OVVAsset.as replacement will have to...

@EvgenySergeychik - yes, you could probably do that, but the Javascript side doesn't have any VPAID specific listeners. That's all handled on the Flash side - https://github.com/InteractiveAdvertisingBureau/openvv/blob/master/src/org/openvv/OVVAsset.as#L604

Do you have a test page that demonstrates the issue?

The InViewTimer was being re-instantiated without checking that the previous timer had been deleted. This PR fixes the issue - https://github.com/InteractiveAdvertisingBureau/openvv-html/pull/15

@serbel - I've added the required Polyfill in this PR - https://github.com/InteractiveAdvertisingBureau/openvv-html/pull/16

@serbel - I can't reproduce this issue on Firefox for Mac with the latest version. Can you share a test page that duplicates the issue and specify which version of...