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
Hi,
Your code helped me a lot, but I'm stuck in a problem. I'm working on a project that contains TabsActivity. In Youtube tab, when I play video in full screen and rotate the device, it plays in portrait only. I've tried hiding the Tabs and my top bar too. Still no progress. I've set all my views in portrait mode android:screenOrientation="portrait". If I set my Youtube activity to noSensor, the Tab activity restarts and I switched back to Home tab. I've noticed that while rotating it gives me this warning..
W/MediaPlayer(2324): setScreenOnWhilePlaying(true) is ineffective without a SurfaceHolder
Please give solution for this.
P.S. Auto-rotate screen option is enabled.
The text was updated successfully, but these errors were encountered:
Hi,
Your code helped me a lot, but I'm stuck in a problem. I'm working on a project that contains TabsActivity. In Youtube tab, when I play video in full screen and rotate the device, it plays in portrait only. I've tried hiding the Tabs and my top bar too. Still no progress. I've set all my views in portrait mode android:screenOrientation="portrait". If I set my Youtube activity to noSensor, the Tab activity restarts and I switched back to Home tab. I've noticed that while rotating it gives me this warning..
W/MediaPlayer(2324): setScreenOnWhilePlaying(true) is ineffective without a SurfaceHolder
Please give solution for this.
P.S. Auto-rotate screen option is enabled.
The text was updated successfully, but these errors were encountered: