#2735·Modernizr

iOS 17 + Google app + Video Autoplay feature = Blackout

Author: kawanetCreated Jan 5, 2024Updated Oct 10, 2024

Type of bug

  • [✔] Modernizr error

Describe the bug

Google app https://apps.apple.com/app/id284815942 goes blackout screen when opening a page which contains Modernizr "Video autoplay" feature enabled.

  • iOS 17.1.2 + Google app = NG
  • iOS 17.1.2 + Safari = NG
  • iOS 17.1.2 + Chrome = OK
  • iOS 16 + Google app = OK

How to Reproduce

Build the Modernizr with "Video autoplay" feature enabled: https://modernizr.com/download?-videoautoplay-dontmin Write the following minimum HTML file to reproduce:

<script src="modernizr-custom.js"></script>

Access it with iOS Google app https://apps.apple.com/app/id284815942 on iPhone device, iOS 17.

Expected behavior

  • No blackout as other browsers.