You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for this lib, it's very useful. But recently I met a strange issue.
My app shows text and videos like this image:
And play video in full screen like:
But when I change orientation to landscape, it will quit fullscreen, like this:
When orientation changed, onHideCustomView() will be called and quit full-screen mode.
I don’t why it happened, and how can I keep it in full-screen mode even when change orientation?
Forget to say, it work very well in pre-8.1 android devices.
Thank you.
The text was updated successfully, but these errors were encountered:
Thank you for this lib, it's very useful. But recently I met a strange issue.
My app shows text and videos like this image:
And play video in full screen like:
But when I change orientation to landscape, it will quit fullscreen, like this:
When orientation changed, onHideCustomView() will be called and quit full-screen mode.
I don’t why it happened, and how can I keep it in full-screen mode even when change orientation?
Forget to say, it work very well in pre-8.1 android devices.
Thank you.
The text was updated successfully, but these errors were encountered: