zjx519612 / tweetero

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

Video player starts in landscape made and stays untill phone is rotated. #61

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Tweet with a video
2. View video while holding the phone in portrait mode.

What is the expected output? What do you see instead?
To see the video player in portrait mode. Instead I see the video player in
landscape mode. 90 degrees to the left.
http://img51.imageshack.us/img51/4086/imageqol.jpg

Please provide any additional information below.

If I rotate the device 90 degrees to landscape mode the video player will
rotate and return back when I rotate the device back to the correct position.

Here's a video of the issue:
http://img10.imageshack.us/i/dgw.mp4/

Original issue reported on code.google.com by npettas@gmail.com on 23 Feb 2010 at 11:34

GoogleCodeExporter commented 9 years ago
This is not a yFrog bug.

We observe this issue due to current iPhone OS behavior. In iPhone OS 3.1 and 
earlier, MPMoviePlayerController is implemented as a full-screen 
movie player only. Full-Screen implies landscape, because videos are usually 
more wide than high. This behavior will be changed starting from 
iPhone OS 3.2.

See: 
http://developer.apple.com/iphone/library/documentation/MediaPlayer/Reference/MP
MoviePlayerController_Class/MPMoviePlayerController/MP
MoviePlayerController.html

More over, the application uses built-in to Safari movie player to play a video.

Original comment by andriy.v...@gmail.com on 24 Feb 2010 at 1:08