Open marcdelalonde opened 5 years ago
I can't replicate on plyr.io. For me on iOS 12 and iOS 13, they show up fine. Here's a screenshot of iOS 12...
I'm not sure on the data URI approach. I'd need to test that.
Thank you @sampotts it seems not working on iPhone, forgot to specify this sorry.. is it working on your side from an iphone?
EDIT: wow it seems to work fine on the simulator but not on my iphone x ios 12.3.1 :/
Yep I tested on iOS 13 on an iPhone XS...
Thanks @sampotts , I only reproduce on my iPhone it's very strange... I'm gonna dig about that.
So the only blocking point is the data uri captions that not working on edge & IE10.. if you have an idea ?
Thank you
@marcdelalonde We were able to fix this issue (happening sporadicly on 2 of 7 iOS devices) by removing the 'default' attribute in the <track ... /> tags in our template (like it is shown in the readme example here on GitHub).
We had the 'default' attribute set dynamically (PHP) based on the current page language selected by the user, but also preselected a caption language via the options in the Plyr initialization script (JS). Together, it was breaking the default caption language completely.
I have the same issue:
Not fullscreen:
In mode fullscreen:
I have same issue. anyone have solution?
I’m having the same issue - no captions on iOS native fullscreen, although they show up in the caption options (and work fine in the plyr inline version).
Anyone find a fix? I’ll debug a bit and post here if I come up with anything.
update: I was able to get these working. see this issue, and my comment on it here:
https://github.com/sampotts/plyr/issues/1233#issuecomment-777751492
Hello,
The captions does not work on iOS even from the plyr.io homepage.
Is it possible to activate them ?
Also, is there a way to make data uri captions working on Edge & IE10 ?
PS: I use playsinline mode
Thank you :)