[TIMOB-2316] iPad - Unexpected behavior for video in split view (Video begins playing on main test screen - does not play on test screen)
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2011-04-15T03:16:31.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.5.0 |
Components | iOS |
Labels | 4.2, ios, ipad, video |
Reporter | Thomas Huelbert |
Assignee | Blain Hamon |
Created | 2011-04-15T03:16:31.000+0000 |
Updated | 2017-03-02T19:27:32.000+0000 |
Description
Mobile sdk version 1.5.0.1f46b05, Ipad 3g running 4.2
1.KS-IPad on 4.2 (occurrs when published from 1.4.1.1 or
1.5.0)
2.launch the app and listen
results:audio is heard
3.nav to Main tests>embedded video
results: video is black with spinner, unexpected "hello" alerts appear
Comments
- Stephen Tramer 2011-04-15
From Apple docs:
shouldAutoplay
...
The default value of this property is YES. This property determines whether the playback of network-based content begins automatically when there is enough buffered data to ensure uninterrupted playback.
Also not seeing the black screen/spinner, under either 3.2 sim or 4.2 device, just the autoplay change. Should this still be fixed?
And furthermore, from our docs, regarding autoplay...
autoplay[boolean]: indicates if a movie should automatically start playback when it is likely to finish uninterrupted based on e.g. network conditions. Defaults to true.
'Autoplay' behavior should be interpreted as "when we add a movie to a view, it plays." Because of how KS-iPad is structured, all of the views are laid out before they are ever displayed - this means that the video view is attached to its (undisplayed) view early on.
Going to mark this invalid since it conforms to our specifications for autoplay, and commit a change to the KS-iPad test which sets the video's autoplay to 'false'.
- Jeff Haynie 2011-04-15
(from [b66fa1d8a4aeae31c06a28df6d6b8e03c63b1283]) [#2316 state:invalid] Mod KS-iPad test so that the video doesn't play early. Not hiding a bug; see LH #2316 for full details. https://github.com/appcelerator/titanium_mobile/commit/b66fa1d8a4aeae31c06a28df6d6b8e03c63b1283"> https://github.com/appcelerator/titanium_mobile/commit/b66fa1d8a4ae...
- Lee Morris 2017-03-02 Closed as invalid.