FullscreenVideoView
FullscreenVideoView copied to clipboard
In fargment if video switch to full screen video restarted instead of resume.
If we switch video from small screen to full screen and vice versa video restarted instead of resume.
On Manifresh add android:configChanges="keyboard|keyboardHidden|orientation|screenSize" in tag
No its not working.
any solution to this issue yet? I am still experiencing it.
Hi @VijaySnawane @kcochibili So, probably, it is caused by the Fragment being recreated instead of video view being restarted :) There are many ways to avoid it but I suggest this link: https://stackoverflow.com/questions/31572340/prevent-android-fragment-from-being-recreated-on-device-rotate Unfortunatelly, it is an old question/issue even with the basic Activity (when onCreate is called after rotation). Please, see if when you avoid recreating Fragment/Activity works. I am trying to build an example with fragments, but I quite busy right now. Or, if you wanna make a simple sample creating a basic FragmentActivity to test (and share), I would be very gratefull :)