LoginSignup
8
8

More than 5 years have passed since last update.

Cordovaを使ったiOSアプリでvideoタグをインライン再生

Posted at

config.xmlに以下追加

XML
<preference name="AllowInlineMediaPlayback" value="true"/>

videoタグに以下のようにwebkit-playsinlineというattributeを追加

HTML
<video src="sample.mp4" webkit-playsinline="1"></video>
8
8
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
8