clappr / clappr-level-selector-plugin

Clappr Level Selector Plugin
MIT License
76 stars 56 forks source link

selector invisible on mobile #90

Open ta3pks opened 4 years ago

ta3pks commented 4 years ago

no updates ?

kslimani commented 4 years ago

A possible cause may be the element container width size where the player is rendered. (when it is too small, not all media controls are displayed).

Have you tried to rotate your phone to landscape ?

Note also in fullscreen mode the mediacontrols are not displayed on some device (ie: iPhone) because it display instead the "native" mediacontrols.

ta3pks commented 4 years ago

I am playin video inline in iphone and the clappr controllers are visible I can confirm that but no level selector also another thing is that when I use the browser mobile simulator the selector is there so I am assuming this is a bug with the level selector

kslimani commented 4 years ago

I suspect it is because resolved playback is native HTML video (instead of hls.js one) on iPhone device. (which may explain why levels are not displayed, but i am not 100% sure and no iOS device atm to confirm...)

Also i just realized that current master branch has not been released yet (it has some fix, but maybe not related to your issue).

ta3pks commented 4 years ago

So lets hope its gonna fix on release :) any deadlines yet ?

kslimani commented 4 years ago

After some quick search i have found a fork of this plugin on NPM : https://www.npmjs.com/package/@c3voc/clappr-level-selector . You can try it as workaround.

About this one release, let's ping @joaopaulovieira 😃