clappr / clappr-level-selector-plugin

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

Level selector not visible on iOS? #41

Open ibreakstuff93 opened 7 years ago

ibreakstuff93 commented 7 years ago

I'm not sure if this is a known bug, but the level selector doesn't appear on my iPad (running iOS 9.3.4) - is it possible to fix?

Clappr version: 0.2.63 LevelSelector: Latest

Seems to work everywhere else (including on Android) 👍 Keep up the awesome work!

leandromoreira commented 7 years ago

@ibreakstuff93 actually we can't control (right now) how the level change works on video tag (the default playback for ipad, iphone), although you can force the hls.js as the playback plugin and then it should work.


({
//,,,
plugins: [Clappr.HLS]
})
ibreakstuff93 commented 7 years ago

Thanks @leandromoreira - will give this a try!

code0nwheels commented 6 years ago

This doesn't work on the latest version

code0nwheels commented 6 years ago

@leandromoreira can you please advise how to make this work on ios? your suggestion didn't work