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?
Is Picture in Picture possible on IOS Simulator?
Asked Answered
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).
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.
AVPictureInPictureController.isPictureInPictureSupported()
always returns false on the simulator, before during and after successfully playing a video. – Lamanna