You should be able to use (and see) captions when on fullscreen.
What happens is that after selecting the caption nothing seems to happen. If you snap out of the full screen mode then you see the captions outside.
I did a quick & dirty solution to fix this but feels wrong to me.
@media (--tablet) {
.plyr--full-ui ::-webkit-media-text-track-container {
display: block;
}
}
You need a video that doesn't playisinline.
I can confirm that @Antonio-Laguna fix works on my side but not sure if it causes any other issue.
I can confirm this issue, on full screen on IOS the caption doesn't show. @Antonio-Laguna fix works, but when you go back to normal screen, the text-track container still visible behind the caption, so you get two captions overlapping :(
This is still an issue for me as well. The work-around does the same as described by @Shaker-Hamdi and I didn't find any solutions yet.
Most helpful comment
This is still an issue for me as well. The work-around does the same as described by @Shaker-Hamdi and I didn't find any solutions yet.