question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Duplicate countdown overlay on iOS devices

See original GitHub issue

On (emulated and physical) iOS devices a duplicate countdown overlay is rendered, as can be seen in this screenshot of the advanced demo implementation

image

Steps to reproduce:

  1. Emulate or use an iOS device, and open the demo
  2. Enter the following vast tag, and press play.
http://pubads.g.doubleclick.net/gampad/ads?env=vp&gdfp_req=1&impl=s&output=xml_vast2&unviewed_position_start=1&url=[referrer_url]&correlator=[timestamp]&iu=/6353&sz=640x360&ad_rule=0&cust_params=appelman-kv%3Dcase5-2780000020132%26

This will return the direct trafficked, DFP hosted and non-skippable inline VAST with the mp4 asset that can be found here

This same tag will play without duplicate overlay in both the IMA SDK for HTML5 Video Suite Inspector and the JW Player Ad Tester implementation of the SDK, leading me to believe the problem is most likely in videojs-ima

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
Kiro705commented, Oct 15, 2019
0reactions
Kogoruhncommented, Apr 9, 2018

(updated) Checked now. After update of all packages - yes, it is. On Android 6.0.1, Chrome 64.0.3282.137.

And after adplay got an error “this.vjsPlayer.ads.inAdBreak in not a function”.

    at PlayerWrapper.onAdBreakEnd (bundle.js:78620)
    at Controller.onAdBreakEnd (bundle.js:80198)
    at SdkImpl.onContentResumeRequested (bundle.js:79596)
    at Nd (ima3.js:54)
    at K (ima3.js:52)
    at Y.w (ima3.js:368)
    at or (ima3.js:369)
    at Y.kb (ima3.js:362)
    at Nd (ima3.js:54)
    at K (ima3.js:52)

my package.json:

  "dependencies": {
    "video.js": "^6.8.0",
    "videojs-contrib-ads": "^5.1.6",
    "videojs-contrib-hls": "^5.14.1",
    "videojs-ima": "^1.3.0"
  },
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-loader": "^7.1.4",
    "babel-preset-env": "^1.6.1",
    "css-loader": "0.28.7",
    "express": "^4.16.3",
    "file-loader": "^1.1.11",
    "script-loader": "^0.7.2",
    "style-loader": "^0.19.1",
    "uglifyjs-webpack-plugin": "^1.2.4",
    "url-loader": "^0.6.2",
    "webpack": "^3.11.0",
    "webpack-dev-server": "^2.11.2",
    "webworkify-webpack-dropin": "^1.1.9"
  }```
Read more comments on GitHub >

github_iconTop Results From Across the Web

How to add countdown widgets on your iPhone's Lock Screen
Tap the (+) button to create a new countdown. You can also select and edit an existing countdown or duplicate one from the...
Read more >
Even in iOS 16 you can only have ONE countdown timer, will ...
Even in iOS 16 you can only have ONE countdown timer, will this ever change? Also why is it you have have the...
Read more >
MultiTimer: Multiple timers on the App Store - Apple
Download MultiTimer: Multiple timers and enjoy it on your iPhone, iPad, and iPod touch. ... Visual countdown seconds timer.
Read more >
Sharing timers with others | Runloop Help Center
There are two types of link you can create within Seconds on iOS. ... This link allows other apps on the device to...
Read more >
Tableview with custom cells gets duplicate while scrolling
I've created an UITableView based "count-down" timer app, each cell has a "countdown label" and a "start running button" The issue is when...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found