↓こちらの方法がiOS10以降から使えなくなっていたので
Cordovaを使ったiOSアプリでvideoタグをインライン再生
config.xml
<preference name="AllowInlineMediaPlayback" value="true"/>
playsinline属性を追加
<video src="sample.mp4" playsinline></video>
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
↓こちらの方法がiOS10以降から使えなくなっていたので
Cordovaを使ったiOSアプリでvideoタグをインライン再生
<preference name="AllowInlineMediaPlayback" value="true"/>
playsinline属性を追加
<video src="sample.mp4" playsinline></video>
Register as a new user and use Qiita more conveniently
Go to list of users who liked