aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/listeners.js
Commit message (Expand)AuthorAgeFilesLines
* fix: use bound arrow functions in classesSam Potts2020-12-201-16/+16
* v3.6.3 (#2016)Sam Potts2020-11-141-38/+61
* Merge branch 'develop' into css-variablesSam Potts2020-04-241-2/+12
|\
| * convert fullscreen children listeners logic to ~ES6Som Meaden2020-04-041-5/+5
| * This is a PR to allow for contextual content to be included in fullscreen (or...Som Meaden2020-04-041-0/+11
* | Vimeo ratio fixesSam Potts2020-04-191-11/+14
* | Converted to 2 space indentationSam Potts2020-04-111-783/+783
|/
* Added prettier scriptSam Potts2020-03-291-4/+23
* silence all internal play promisesydylla2020-03-231-5/+6
* Merge pull request #1490 from antonyoneill/developSam Potts2020-02-091-5/+12
|\
| * Prevent default on settings icon clickAntony O'Neill2019-07-041-5/+12
* | fix scrubbing for chrome android & hide thumb preview on touchendydylla2020-02-081-1/+1
* | Fix buildSam Potts2020-01-141-1/+1
* | Remove logic to hide/show volume controls based on audio trackSam Potts2020-01-141-7/+0
* | Comment clean upSam Potts2020-01-131-2/+3
* | Merge pull request #1570 from felipedeboni/ie11-resetonend-fixSam Potts2020-01-131-0/+2
|\ \
| * | Prevents IE11 with resetOnEnd option set to true to play video againFelipe K. De Boni2019-09-161-0/+2
| |/
* / fix: Fix handling listener return valueJimmy Jia2019-09-251-1/+1
|/
* Aspect ratio tweaksSam Potts2019-06-031-2/+7
* Removed commented out code for EdgeSam Potts2019-06-021-8/+0
* Clean upSam Potts2019-06-011-2/+2
* Linting changesSam Potts2019-06-011-13/+6
* Ratio improvementsSam Potts2019-04-251-2/+2
* Fix issue with setGutter callSam Potts2019-04-131-1/+1
* Set download URL via setterSam Potts2019-04-121-1/+1
* Aspect ratio improvements (fixes #1042, fixes #1366)Sam Potts2019-04-121-4/+4
* Ads bug fixesSam Potts2019-02-011-14/+0
* Fix listeners for preview thumbs when changing sourceSam Potts2019-01-291-0/+36
* Fullscreen fixesSam Potts2019-01-141-6/+73
* Updated restart logic to call play instead of togglePlayGuru Prasad Srinivasa2018-12-081-1/+1
* Replaced calls to player.restart() and player.togglePlay() with proxy(...) to...Guru Prasad Srinivasa2018-11-191-3/+3
* Additional listener for checking for audio tracksSam Potts2018-11-081-1/+1
* Merge branch 'develop' of github.com:sampotts/plyr into developSam Potts2018-10-241-0/+3
|\
| * Prevent immediate hiding of controls on mobileJames2018-10-231-0/+3
* | Allow custom download URL (for streaming, etc)Sam Potts2018-10-241-1/+1
|/
* Added download buttonSam Potts2018-09-281-2/+17
* Don't hide controls on focusout eventJames2018-09-261-18/+14
* TypoSam Potts2018-09-251-1/+1
* Clean upSam Potts2018-09-251-1/+1
* Fix touch vs click issueSam Potts2018-09-251-12/+7
* Fix for setting pressed property of undefined (Fixes #1102)Sam Potts2018-08-131-1/+1
* Removed YouTube quality controlsSam Potts2018-08-131-6/+0
* Fix issue where enter key wasn’t setting focus correctlySam Potts2018-08-051-5/+14
* Escape closes menuSam Potts2018-08-011-53/+65
* LintingSam Potts2018-08-011-284/+94
* Comments about keydown vs keyup for FirefoxSam Potts2018-08-011-1/+10
* Fix Firefox spacebar issueSam Potts2018-08-011-14/+9
* Make iOS range fix more universalSam Potts2018-07-301-6/+11
* Click to play fix, poster fix, iOS controls fixesSam Potts2018-07-301-209/+223
* Keyboard and focus improvementsSam Potts2018-07-151-106/+350