Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
これは簡単だと思いますが、問題があります。iOSのphonegapアプリケーションにビデオを追加するにはどうすればよいですか。実用的な例は素晴らしいでしょう。
<video id='player' controls src="your url here" style="position: absolute; width: 320px; height: 200px;"></video>
タグを使用すると、ビデオの埋め込みが非常に簡単になります。
iOS では、通常の HTML5 ビデオ タグを使用するだけです。Android では、ビデオ プラグインを使用する必要があります。