Open kyazdani opened 6 years ago
Hi @kyazdani,
Thank for you reporting an issue and helping to improve Kaltura!
If you're having some issues getting your player set up, there are quite a few steps that can be taken to figure things out.
In order to expedite the reporting process, please follow instructions in the doc below, prior to submitting a bug/issue
If you only have a general question rather than a bug report, please close this issue, post at: https://forum.kaltura.org/c/community-forums/player-sdk
And add a comment to the Github issue linking to your post.
Thank you in advance!
Hi there,
I'm wanting to launch the player in full screen from the button on the bottom right of the video. However when I do this because I am on a modal
viewController
it is being attached to therootViewController
which is not what I want because it's displaying behind my modalviewController
I've tried creating a subclass of
KPViewController
in my project and rewriting the method below. However there are some properties that are private and only declared in the.m
file.Is this intended behaviour to attach it to the
rootViewController
? Is there away I can override the below method? Or is there another way to achieve what I would like to?Thanks,