[TIMOB-1307] Ti Video - fullscreen control shows incorect state
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:55:49.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.6.0 M07 |
Components | iOS |
Labels | 3.1.2, apple, bug, defect, ios, release-1.6.0 |
Reporter | Thomas Huelbert |
Assignee | Blain Hamon |
Created | 2011-04-15T02:49:01.000+0000 |
Updated | 2011-07-15T16:02:43.000+0000 |
Description
Phone>Play Movie: fullscreen toggle shows incorrect state, First click on it fail silently. does not effect youtube or html 5 video.
Not seeing this described behavior in any of the movie tests. Please provide some more information, including exactly which test is failing and what state you're seeing.
sorry Steve, there not even close to enough info here. The issue is with 3.1.2 devices, and the button which scales the video to the edges of the screen.
Using a device with 3.1.2 and kitchensink:
1.phone>play movie>local
2.when the movie UI loads, tap the button in the top right hand corner of the window
results: the button changes state, but nothing occurs to the video
3.tap it again
results: move changes to fit screen
It seems we shows the wrong default state for the button on 3.1.2.
Bumping from M07. Will return to it if there's time.
I had a novella here but lighthouse ate it. I'm not typing it all up again, but here's the gist:
This is an apple bug. Either MPMovieScalingModeFill doesn't work or is functionally equivalent (for whatever reason) to MPMovieScalingModeAspectFill in this case. Regardless, because it is, when we click on the box in the upper right, it transitions to the "other" aspect mode which, for us, looks exactly the same as MPMovieScalingModeFill in this event.
Going to tag needs-more-info while we figure out how to deal with apple bugs that will never be resolved.
Bumping back into M07 as well.
Tagging resolved as per Thom.
Additional behavior to record for posterity: On iPad 3.2 the tap to bring up the movie control is not reliable. Since this issue related to the native behavior on the video playback, I am commenting here to track.