Monaca, can you play videos inline on your iPhone?

Asked 2 years ago, Updated 2 years ago, 45 views

I'd like to play inline like the Youtube app, is it possible?

If you install a video tag without thinking about it, it will play full screen like an HTML browser.

ios monaca

2022-09-30 20:19

2 Answers

config.xml file

You can change AllowInlineMediaPlayback (boole value, default is false) to true.

Note: https://cordova.apache.org/docs/ja/3.1.0/guide/platforms/ios/config.html


2022-09-30 20:19

I think it is possible if it is displayed in iframe or AVPlayer.


2022-09-30 20:19

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.