alexmatiasupc123 / html5webview

Automatically exported from code.google.com/p/html5webview
0 stars 0 forks source link

Rotating video alerts "This video cannot be played" or restarts #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Play a video
2. Rotate the device

What is the expected output? What do you see instead?
continue playing the video

What version of the product are you using? On what operating system?
Android 3.2,2.3

Please provide any additional information below.

Original issue reported on code.google.com by Joinstic...@gmail.com on 17 Apr 2012 at 8:53

GoogleCodeExporter commented 8 years ago
inorder to prevent the video from restarting on rotation simply add 
android:configChanges="orientation" in the activity tag of manifest file

Original comment by Aniket.B...@gmail.com on 5 Jul 2012 at 1:41

GoogleCodeExporter commented 8 years ago
yes, android:configChanges="orientation" should work.

Original comment by koansin....@gmail.com on 4 Feb 2013 at 1:18