-
@chelo_xl @ChromiumDev This is working as intended, when the screen turns off, speech synthesis will stop. See chromium.googlesource.com/chromium/src.git/+/427d0afb07863e0c32fe431c013019d29524ab88 for details. If you need to prevent the screen from turning off so your app continues to speak, use the screen wake lock API: web.dev/wakelock/