1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Cordova で選択 or 撮影した動画のサムネイルを表示する

Last updated at Posted at 2018-05-07

Cordova 関係なくスマホブラウザで動画のサムネイルを表示するのは面倒です。
少しハマったのでメモを残します。

  1. video を load() する
  2. video を play() する
  3. vidoe を pause() する前に若干再生させる
  4. 今度こそ video を pause() する

サンプル
https://jsfiddle.net/AmataKasaP/9pryvjny/

参考
https://www.buraktokak.com/ios-safari-html5-video-thumbnail-load-kullanmadan-yuklenmiyor/

1
0
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
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?