[TIMOB-11054] iPhone 5 only - starting html5 video in landscape plays it in portrait
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2012-09-25T20:19:26.000+0000 |
Affected Version/s | Release 2.1.3 |
Fix Version/s | Release 3.0.0, Sprint 2012-20 Core, 2012 Sprint 20 |
Components | iOS |
Labels | core, qe-ios090112, qe-iphone5, qe-nfc, qe-testadded |
Reporter | Thomas Huelbert |
Assignee | Ingo Muschenetz |
Created | 2012-09-22T13:47:05.000+0000 |
Updated | 2015-02-02T20:46:34.000+0000 |
Description
1.publish KS (https://github.com/appcelerator-developer-relations/KitchenSink) using the noted config
2.install onto an iphone5 running ios6 (10A405)
3.Base UI > Views > Web Views > HTML5 Video
4.hold the device in landscape and tap the play button
results: window orients itself to portrait
epxected: res[ect the current orientation
notes:
same app works as expected on an 4s running ios6.
If I rotate at this point i can force it into the desired orientation
this is seen in the console when I tap the play button:
Sep 22 13:46:10 Ganymede KitchenSink[840] : [MPAVController] Autoplay: Enabling autoplay
Sep 22 13:46:10 Ganymede KitchenSink[840] : [MPAVController] Autoplay: Enabling autoplay
Duplicate of TIMOB-11058. Same reason different symptoms. Verified that this issue is no longer reproducible in master as PR #3036 was merged. Will be fixed in 2_1_X when PR #3037 is merged
Closing as duplicate