[TIMOB-1463] iOS: Add video player "preload" event
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2018-11-14T19:49:15.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | api |
Reporter | ctredway |
Assignee | Srinivasan Pulipakkam |
Created | 2011-04-15T02:53:32.000+0000 |
Updated | 2018-11-14T19:49:15.000+0000 |
Description
Tried with iOS 4 and sdk 1.4.0. The attached code does not fire the preload or load event.
Attachments
File | Date | Size |
---|---|---|
movie_local.js | 2011-04-15T02:53:33.000+0000 | 1761 |
I'm still seeing this behaviour on 1.6.0 - it's quite frustrating because there's no way to tell whether an attempt to play a movie was successful or not (i.e. the movie file exists, but for some reason iOS can't play it). This can cause usability problems, since the movie controls don't display until the movie has started; if the movie fails to play the user is effectively locked out of the application, as there is no way to return to the previous screen.
Changing ticket to feature request; docs indicate that "preload" is not available on iOS. We may not be able to offer it due to the way that the media player behaves.