[TIMOB-1363] iOS - difference in handling of html5 video with iOS4 and iOS3.1.2
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2011-04-15T02:50:30.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Backlog |
Components | iOS |
Labels | apple, bug |
Reporter | Thomas Huelbert |
Assignee | Blain Hamon |
Created | 2011-04-15T02:50:29.000+0000 |
Updated | 2017-03-02T21:08:23.000+0000 |
Description
1.using KitchenSink, navigate to
BaseUI>Views>webviews>html5 video
2.note the appearance of the video on load
results:on iOS4. the video shows the first frame on load, on 3.1.2 it shows a generic video icon
3.in portrait, tap the movie icon to start playback
results:on iOS4, the video starts playing in portrait. On 3.1.2 it begins playback in landscape. If you rotate to landscape and back, it will show portrait.
expected: The video on 3.1.2 should play in the current orientation. parity between iOS4 and 3.1.2 if possible.
Comments
- Thomas Huelbert 2011-04-15
moved out of 1.5.0
- Blain Hamon 2011-04-15
Once it's in webview, it's all outside our control. Especially since one of the announced features of 3.2 was this new behavior. So, um, yeah.
- Lee Morris 2017-03-02 Closed as invalid.