Is Picture in Picture possible on IOS Simulator?
Asked Answered
T

1

15

I'm Trying to use Picture in Picture on IOS Simulator (Iphone 11 - IOS 14.5) but I can't do it, I've tested on youtube, vimeo and raw videos but nothing happens. I've also tried to enable PIP on settings but I couldn't find the option there, maybe it's limited on the simulator?

enter image description here

Toneytong answered 26/8, 2021 at 13:0 Comment(2)
Also trying to find an answer to this question. From what I can see AVPictureInPictureController.isPictureInPictureSupported() always returns false on the simulator, before during and after successfully playing a video.Lamanna
Interestingly PiP is available on iPad simulators and works as expected. Maybe an iPhone simulator-only issue/oversight from Apple?Lamanna
M
13

Currently (Q2 2022) it seems that Picture-in-Picture is omitted from simulated iPhones, even when the model of iPhone in question supports PIP on real hardware.

However, as Robin pointed out, PIP is available on simulated iPads such as the iPad Pro (9.7-inch).

Methionine answered 21/5, 2022 at 1:41 Comment(3)
It is worth mentioning that on the simulator, you don't have the option to enable/disable the picture-in-picture option. It just works.Lurcher
What’s the implication there, Sufian?Methionine
That any other non-iOS user doesn't check the availability of the PIP feature by going to Settings > General as it is only available on real iOS devices. I (primarily an Android and React Native developer) wasted mine by downloading different iOS versions and only checking the settings.Lurcher

© 2022 - 2024 — McMap. All rights reserved.