Skip to content

Commit

Permalink
Update known issues to reflect state as of iOS / tvOS 18 (#1047)
Browse files Browse the repository at this point in the history
  • Loading branch information
defagos authored Oct 18, 2024
1 parent 84ef614 commit e6aaf0e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/KNOWN_ISSUES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ The following document lists known Pillarbox issues. Entries with a feedback num

## Video view leak (FB11934227)

A bug in AVKit currently makes `SystemVideoView` leak resources after having interacted with the playback button on iOS 16. The issue has been fixed on iOS 17.
A bug in AVKit makes `SystemVideoView` leak resources after having interacted with the playback button

> [!IMPORTANT]
> This issue has been fixed in iOS 17.
### Workaround

Expand All @@ -18,7 +21,7 @@ DRM-protected streams do not play in the simulator. This is expected behavior as

Use a physical device.

## Seeking to the end of an on-demand might confuse the player (FB12020197, FB12019796, FB12019343, FB11970329)
## Seeking to the end of an on-demand might confuse the player (FB12020197, FB12019343, FB11970329)

Seeking near the end of a content might sometimes confuse the player (image stuck while sound is still playing, for example).

Expand Down Expand Up @@ -104,6 +107,9 @@ No workaround is available yet.

When a layout contains a `RoutePickerView` as well as a tap gesture recognizer (even simultaneously recognizing), the presence of the gesture recognizer prevents the route picker from displaying the associated route selection dialog.

> [!IMPORTANT]
> This issue has been fixed in iOS 18.
### Workaround

Move tap gesture recognizers in your layout so that they do not overlap with the `RoutePickerView`.
Expand Down

0 comments on commit e6aaf0e

Please sign in to comment.