- Issue #1- Android SDK 1.7.1: Skip Booster > Return to Game > No video
- Issue B1 - The ad video does not appear when viewing 2.0.4 ads on specific devices
- I am unable to reproduce this issue on Samsung Galaxy SIII (4.3), Galaxy SIII (4.2.2) , Nexus 6 (5.1) or Nexus 5 (4.4.4)
- Issue #2 - Android SDK 1.7.1 - No text (blue button) displayed after watching video
- Issue #3 - On Lollipop only (FGL), when skipping a rescue video, the popup requesting to continue or close pops UNDER the video on most attempts
- The creative makes this call : MBRIX.video.setFrame(0, 0, 0, 0, pauseVideo);
- Sometimes it takes the video 2+ seconds to perform the setFrame but the pauseVideo callback has already fired. if the video is paused, MBRIX.video.play and MBRIX.video.setFrame do not work. The ad can still be closed in my tests but the video player is the lingers for 1-2 seconds after the web view has closed
- Issue #4 - On Lollipop only, when a rescue video completes, it doesn't fade out with the rest of the window.
- This is similar to issue #3. MBRIX.video.setFrame(0, 0, 0, 0, videoStop) is called but the callback is executing before the setFrame command.