[Webkit-unassigned] [Bug 254545] New Wake Lock API does not work in Home Screen Web Apps

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 25 10:24:48 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=254545

--- Comment #10 from Chris Dumez <cdumez at apple.com> ---
We rely on the following code to keep the screen awake on iOS:
```
[UIApplication sharedApplication].idleTimerDisabled = YES;
```

This likely does't work in Home Screen Web Apps because they are not UIApplications but ViewServices. Looks like we need to find an alternate way to make this work for such apps.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230425/19ea2bea/attachment.htm>


More information about the webkit-unassigned mailing list