Search Issue Tracker
Fixed
Fixed in 2021.3.36f1
Votes
1
Found in
2021.3.15f1
Issue ID
UUM-3561
Regression
No
[iOS] Video Player freezes when dismissing Siri by tapping on the screen
Reproduction steps:
1. Open the attached project "FModVideoDemo.zip"
2. Build and Deploy the Scene "SampleScene" to a device
3. Activate Siri
4. Tap on the screen to dismiss Siri
5. If the Video does not freeze, repeat from step 3
Expected result: The Video resumes after Siri is dismissed
Actual result: The Video freezes
Reproducible with: 2019.4.34f1, 2020.3.25f1, 2021.2.7f1, 2022.1.0b2
Reproduces on:
- iPhone 12 Mini (iOS 14.1)
- iPhone 13 (iOS 15.0)
- iPad Air 4th Gen (iOS 14.7.1) (reproduction is less consistent due to how tapping to dismiss Siri works)
Did not reproduce on:
- iPhone 6 (iOS 12.4.8) (Activating Siri takes up the entire screen preventing tapping on the screen to dismiss it)
Notes:
- Most often freezes after the first try, however, due to the way Siri works on some devices, might require to attempt activating and dismissing it multiple times
- Dismissing Siri by voice, or by clicking the Home button does not reproduce the issue
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- SpeedTree does not move when using WindZone
- "Undeclared identifier 'LinearToSRGB'" error is thrown when creating a color variable with HDR color mode and assigning a Custom Render Texture target in Shader Graph
- Input System package is missing when creating a new HDRP project
- Inconsistent behaviour when interacting with different dropdown types with pointer events on parent Visual Element
- Hidden GameObjects won't re-enable when they have call "DontDestroyOnLoad" function
Resolution Note (fix version 2021.3.36f1):
Dismissing Siri via tapping (as opposed to timeout/voice/button) leaves the iOS AV subsystem inoperable for a short while afterwards. Now detecting the end of this prolonged AV interruption before resuming paused video playback.