Commit Graph

6 Commits

Author SHA1 Message Date
Álvaro Velad Galván 75709351c8 fix: Remove isSafari and always use isApple (#8104)
This replacement is safe to do and also reduces the number of internal
operations to obtain the result.
2025-02-19 10:07:35 +01:00
Álvaro Velad Galván edb9e532ba fix(AirPlay): Show AirPlay button when starting the playback with AirPlay (#7515) 2024-10-29 07:15:39 +01:00
Álvaro Velad Galván c8bcfdb7e9 fix(UI): Fix remote button availability and icon (#7513) 2024-10-28 11:50:07 +01:00
Wojciech Tyczyński 96da45a182 fix(UI): Restore missing AirPlay button (#7389) 2024-10-03 10:15:46 +02:00
Álvaro Velad Galván b66a8e871b fix(UI): Console error on remote.cancelwatchavailability() method in remote playback feature (#5793)
Fixes: https://github.com/shaka-project/shaka-player/issues/5766
2023-10-30 09:10:11 +01:00
Álvaro Velad Galván 1ef5ae0615 feat(UI): Add remote button with RemotePlayback API (#5650)
API: https://developer.mozilla.org/en-US/docs/Web/API/RemotePlayback

Chrome Status: https://chromestatus.com/feature/5778318691401728

Examples: https://avayvod.github.io/remote-playback/test.html and
https://beaufortfrancois.github.io/sandbox/media/remote-playback.html

Tested in Safari (iOS and macOS) and Chrome in Android

About desktop support:
https://bugs.chromium.org/p/chromium/issues/detail?id=728609
2023-09-14 18:17:32 +02:00