ydylla
|
71928443f3
|
silence all internal play promises
|
2020-03-23 22:56:32 +01:00 |
|
Sam Potts
|
e1cb2f24f5
|
Merge pull request #1490 from antonyoneill/develop
Prevent default on settings control click
|
2020-02-09 10:30:33 +00:00 |
|
ydylla
|
9075ea189a
|
fix scrubbing for chrome android & hide thumb preview on touchend
Chrome android sends TouchEvent which does not have a button property.
|
2020-02-08 19:14:06 +01:00 |
|
Sam Potts
|
a77d2d56f6
|
Fix build
|
2020-01-14 07:50:48 +00:00 |
|
Sam Potts
|
53a400027f
|
Remove logic to hide/show volume controls based on audio track
|
2020-01-14 07:45:24 +00:00 |
|
Sam Potts
|
166a27d094
|
Comment clean up
|
2020-01-13 16:22:49 +00:00 |
|
Sam Potts
|
4f06e2eb71
|
Merge pull request #1570 from felipedeboni/ie11-resetonend-fix
Prevents IE11 with resetOnEnd option set to true to play video again
|
2020-01-13 16:21:46 +00:00 |
|
Jimmy Jia
|
72afffbc8d
|
fix: Fix handling listener return value
|
2019-09-25 14:21:13 -04:00 |
|
Felipe K. De Boni
|
bb43ef15fe
|
Prevents IE11 with resetOnEnd option set to true to play video again
|
2019-09-16 11:53:07 -03:00 |
|
Antony O'Neill
|
400fd77d0a
|
Prevent default on settings icon click
|
2019-07-04 19:02:22 +01:00 |
|
Sam Potts
|
97d9228bed
|
Aspect ratio tweaks
|
2019-06-03 20:13:16 +10:00 |
|
Sam Potts
|
15cbae8a19
|
Removed commented out code for Edge
|
2019-06-02 22:25:44 +10:00 |
|
Sam Potts
|
0249772f01
|
Clean up
|
2019-06-01 19:50:29 +10:00 |
|
Sam Potts
|
c9055f391b
|
Linting changes
|
2019-06-01 18:45:07 +10:00 |
|
Sam Potts
|
7a4a7dece8
|
Ratio improvements
|
2019-04-25 12:02:37 +10:00 |
|
Sam Potts
|
b675ba1f35
|
Fix issue with setGutter call
|
2019-04-13 12:55:48 +10:00 |
|
Sam Potts
|
cdacae6697
|
Set download URL via setter
|
2019-04-12 19:00:17 +10:00 |
|
Sam Potts
|
b247093495
|
Aspect ratio improvements (fixes #1042, fixes #1366)
|
2019-04-12 12:19:48 +10:00 |
|
Sam Potts
|
eb628c8e4f
|
Ads bug fixes
|
2019-02-01 00:24:48 +11:00 |
|
Sam Potts
|
fa4868a26d
|
Fix listeners for preview thumbs when changing source
|
2019-01-29 21:33:16 +11:00 |
|
Sam Potts
|
6782737009
|
Fullscreen fixes
|
2019-01-14 00:33:48 +11:00 |
|
Guru Prasad Srinivasa
|
3fb85664d2
|
Updated restart logic to call play instead of togglePlay
|
2018-12-08 00:57:47 -05:00 |
|
Guru Prasad Srinivasa
|
80813b0406
|
Replaced calls to player.restart() and player.togglePlay() with proxy(...) to ensure that custom handlers are called
|
2018-11-19 23:06:23 -05:00 |
|
Sam Potts
|
37c3f7109d
|
Additional listener for checking for audio tracks
|
2018-11-08 23:17:44 +11:00 |
|
Sam Potts
|
5d5a6eabaa
|
Merge branch 'develop' of github.com:sampotts/plyr into develop
|
2018-10-24 22:31:47 +11:00 |
|
Sam Potts
|
03c9b53232
|
Allow custom download URL (for streaming, etc)
|
2018-10-24 22:31:35 +11:00 |
|
James
|
69d0d6d7ee
|
Prevent immediate hiding of controls on mobile
|
2018-10-23 10:08:46 +11:00 |
|
Sam Potts
|
fac134dd95
|
Added download button
|
2018-09-28 00:42:42 +10:00 |
|
James
|
8bdd90a2a8
|
Don't hide controls on focusout event
It was immediately hiding controls on some touch-enabled devices. It will now also wait 4s to close after tabbing out, instead of immediately.
|
2018-09-26 14:48:10 +10:00 |
|
Sam Potts
|
5536e97482
|
Typo
|
2018-09-25 23:48:33 +10:00 |
|
Sam Potts
|
87072cb690
|
Clean up
|
2018-09-25 23:29:43 +10:00 |
|
Sam Potts
|
62d80e6b76
|
Fix touch vs click issue
|
2018-09-25 20:43:09 +10:00 |
|
Sam Potts
|
95f6fa2731
|
Fix for setting pressed property of undefined (Fixes #1102)
|
2018-08-13 23:46:58 +10:00 |
|
Sam Potts
|
211ad6c8f5
|
Removed YouTube quality controls
|
2018-08-13 23:43:08 +10:00 |
|
Sam Potts
|
0bc6b1f1b3
|
Fix issue where enter key wasn’t setting focus correctly
|
2018-08-05 22:41:21 +10:00 |
|
Sam Potts
|
c8db1e55dd
|
Escape closes menu
|
2018-08-01 01:26:15 +10:00 |
|
Sam Potts
|
2371619486
|
Linting
|
2018-08-01 00:56:44 +10:00 |
|
Sam Potts
|
748aa5179f
|
Comments about keydown vs keyup for Firefox
|
2018-08-01 00:38:19 +10:00 |
|
Sam Potts
|
56a485bac6
|
Fix Firefox spacebar issue
|
2018-08-01 00:37:55 +10:00 |
|
Sam Potts
|
3a3358e2b4
|
Make iOS range fix more universal
|
2018-07-30 23:29:14 +10:00 |
|
Sam Potts
|
599b33e55f
|
Click to play fix, poster fix, iOS controls fixes
|
2018-07-30 01:13:12 +10:00 |
|
Sam Potts
|
e63ad7c74b
|
Keyboard and focus improvements
|
2018-07-15 19:23:28 +10:00 |
|
Sam Potts
|
3bf1c59bd6
|
Work on key bindings for menu
|
2018-06-28 23:44:07 +10:00 |
|
Sam Potts
|
e59fe1aacf
|
Merge branch 'develop' into a11y-improvements
# Conflicts:
# dist/plyr.js
# dist/plyr.js.map
# dist/plyr.min.js
# dist/plyr.min.js.map
# dist/plyr.polyfilled.js
# dist/plyr.polyfilled.js.map
# dist/plyr.polyfilled.min.js
# dist/plyr.polyfilled.min.js.map
# src/js/listeners.js
|
2018-06-25 23:09:13 +10:00 |
|
Michael DePetrillo
|
b6ddf144f4
|
handle undefined player.elements.buttons.play
|
2018-06-25 12:00:02 +02:00 |
|
Sam Potts
|
1f1d74ba50
|
Work on menus
|
2018-06-21 09:01:16 +10:00 |
|
Albin Larsson
|
004528a65c
|
Avoid conditions in volume scroll event listener
|
2018-06-19 17:22:12 +02:00 |
|
Sam Potts
|
7b9ef7d757
|
More work on menus
|
2018-06-18 23:13:40 +10:00 |
|
Sam Potts
|
ffd864ed39
|
Work on controls
|
2018-06-18 21:39:47 +10:00 |
|
Sam Potts
|
d4abb4b143
|
120 line width, package upgrade
|
2018-06-17 01:04:55 +10:00 |
|