Arthur Hulsman
|
ba8d7831a7
|
Made sure play() returns a promise.
|
2018-03-09 12:50:57 +01:00 |
|
Arthur Hulsman
|
69ffcbad27
|
Ad block detection would not work when calling play() right after creating the player instance, so the adsManager now also rejects on such a case. Also made sure that calling play() will wait for the adsManager promise to resolve or otherwise return the media.play() method.
|
2018-03-09 11:17:24 +01:00 |
|
Arthur Hulsman
|
e90a603d57
|
Removed a double this.enabled variable and updated a comment in ads.js. Also made sure the adsmanager promise also can fail, so we can use it to wait for getting the advertisement ready when someone clicks the play button. Otherwise there it can look glitchy when the actual video starts playing and the video ad plays a few seconds later because the vast tag was slow to retrieve. Also fixed a typo.
|
2018-03-06 17:27:59 +01:00 |
|
Sam Potts
|
6f061621ad
|
v3.0.0-beta.17
|
2018-03-03 23:16:15 +11:00 |
|
Sam Potts
|
2fba5f152c
|
3.0.0-beta.16
|
2018-03-03 23:06:54 +11:00 |
|
Sam Potts
|
317b08c703
|
Ready event fix, YouTube play event fix, docs update
|
2018-03-03 23:06:12 +11:00 |
|
Sam Potts
|
174234c166
|
v3.0.0-beta.15
|
2018-02-19 09:55:16 +11:00 |
|
Sam Potts
|
f1895a4cce
|
Pause button fix, polyfilled build, unminified builds
|
2018-02-17 19:34:15 +11:00 |
|
Sam Potts
|
c90f1bdf08
|
v3.0.0-beta.13
|
2018-02-13 00:02:13 +11:00 |
|
Sam Potts
|
6a9be8d16b
|
Fix for custom controls
|
2018-02-13 00:01:19 +11:00 |
|
Sam Potts
|
73a39769d4
|
Fullscreen API changes, color settings tweaks
|
2018-02-11 15:09:34 +11:00 |
|
Sam Potts
|
f67315e20c
|
3.0.0-beta.12
|
2018-02-06 00:25:50 +11:00 |
|
Sam Potts
|
2150c44036
|
Added backwards compatibility for <div> embeds
|
2018-02-06 00:24:48 +11:00 |
|
Sam Potts
|
d76ef3ff91
|
Small UI tweaks and fix for instanceof issue
|
2018-01-31 19:33:00 +11:00 |
|
Sam Potts
|
2691c7c9d6
|
Version bump + icon fix
|
2018-01-30 13:01:05 +11:00 |
|
Sam Potts
|
6fae148fc1
|
Deploy
|
2018-01-30 09:26:09 +11:00 |
|
Sam Potts
|
71efbe7a92
|
Merge branch 'beta' into fix/ads-blocked
# Conflicts:
# dist/plyr.js
# dist/plyr.js.map
# src/js/plugins/ads.js
# src/js/plyr.js
|
2018-01-30 09:22:14 +11:00 |
|
ferdiemmen
|
c4eb4c97ac
|
fix(ads): Fixes media from playing when ads are blocked
|
2018-01-29 22:40:08 +01:00 |
|
Sam Potts
|
8f7a8940f3
|
Version bump
|
2018-01-25 22:42:52 +11:00 |
|
Sam Potts
|
5e68f8c8dd
|
Attempt to fix YouTube message error, added ads references, changes to bool
|
2018-01-25 22:41:30 +11:00 |
|
Sam Potts
|
b4e22e2e7b
|
Restored “Ad” in label
|
2018-01-24 09:06:20 +11:00 |
|
Sam Potts
|
1f53b27d4e
|
Version bump
|
2018-01-23 18:00:08 +11:00 |
|
ferdiemmen
|
3c8acb4e9e
|
Fix bug where ad would play on every play action
|
2018-01-22 21:07:08 +01:00 |
|
Sam Potts
|
ebf53d14b1
|
Small tweaks
|
2018-01-22 23:39:09 +11:00 |
|
Sam Potts
|
b298587c0b
|
Bug fix
|
2018-01-22 23:20:03 +11:00 |
|
Sam Potts
|
26e9aaceb8
|
Version bump
|
2018-01-22 23:17:40 +11:00 |
|
ferdiemmen
|
8348f79742
|
Fix loading/playing of the ads when there is no valid ads.tagUrl
|
2018-01-17 08:31:36 +01:00 |
|
ferdiemmen
|
ec73d34bd3
|
Some tweaks
|
2018-01-16 23:06:40 +01:00 |
|
ferdiemmen
|
1cef48d4f8
|
fix blocking play() if ads are set
|
2018-01-15 23:30:54 +01:00 |
|
ferdiemmen
|
025fc1090b
|
Implementing ads plugin
|
2018-01-13 23:02:59 +01:00 |
|
Sam Potts
|
d9ec1d1b8e
|
Progressively enhance <iframe> embeds
|
2018-01-12 19:35:46 +11:00 |
|
Sam Potts
|
6fd7b26bb2
|
Beta version up on https://plyr.io/beta and CDN
|
2018-01-09 20:25:46 +11:00 |
|
Sam Potts
|
1df79cf7f8
|
Publishing to /beta
|
2018-01-09 19:35:17 +11:00 |
|
Sam Potts
|
3f2ac3fca0
|
Package tweaks
|
2018-01-08 19:42:21 +11:00 |
|
Sam
|
92cb9e22e2
|
Started on error handling
|
2018-01-04 13:43:56 +11:00 |
|
Sam
|
6b9106ddb1
|
Fix for promise issue on Chrome, loading fix
|
2017-12-27 21:40:35 +00:00 |
|
Sam Potts
|
965fc0b2f5
|
Docs, restored loadSprite and supported static methods
|
2017-12-23 18:42:52 +00:00 |
|
Sam Potts
|
9e0c406a4a
|
Remove chaning ability and return promise for play()
|
2017-12-20 20:47:02 +00:00 |
|
Sam Potts
|
6864149989
|
Converted to SASS/SCSS
|
2017-12-20 15:14:05 +00:00 |
|
Sam Potts
|
c8990bd379
|
IE & Edge fixes, Storage & Console classes
|
2017-12-08 10:05:38 +00:00 |
|
Sam Potts
|
fda1977119
|
Fix for keyboard increase/decrease volume
|
2017-11-24 08:47:11 +11:00 |
|
Sam Potts
|
921cefd212
|
Moved to provider + type to make it cleaner in future, fix for multiple players
|
2017-11-23 17:35:35 +11:00 |
|
Sam Potts
|
de6f0f1b77
|
Updated data attributes to data-plyr namespace. Speed menu fixes
|
2017-11-23 12:57:43 +11:00 |
|
Sam Potts
|
7382553a78
|
Work on touch controls
|
2017-11-22 00:04:11 +11:00 |
|
Sam Potts
|
4b82e89845
|
Fix for playing getter as currentTime check is flaky
|
2017-11-21 21:14:44 +11:00 |
|
Sam Potts
|
d3b31e595a
|
Handle no audio, more docs in code, fix for playing getter
|
2017-11-21 20:14:57 +11:00 |
|
Sam Potts
|
edfc6cd475
|
Play button as toggle button, tooltip changes, docs updated, fullscreen fix
|
2017-11-21 13:12:36 +11:00 |
|
Sam Potts
|
feae00224e
|
Added ended and playing getters
|
2017-11-20 10:48:28 +11:00 |
|
Sam Potts
|
4b62a5c74d
|
Captions fix
|
2017-11-19 17:54:38 +11:00 |
|
Sam Potts
|
6984d6fb16
|
Controls cleanup, work on captions bug, click to invert time
|
2017-11-18 19:30:26 +11:00 |
|