[TIMOB-10988] iOS: No input log for "Play Movie-Local " test case.
GitHub Issue | n/a |
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-05-02T22:01:10.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | qe-ios090112 |
Reporter | Rima Umbrasas |
Assignee | Eric Merriman |
Created | 2012-09-19T11:24:33.000+0000 |
Updated | 2017-05-02T22:01:10.000+0000 |
Description
Description:
No input log for Phone> Play Movie> Local test case.
Steps:
1. Launch KitchenSink.
2. Go to Phone> Play movie> Local.
3. Play movie.
Expected results:
After movie completed In console should see info:
[INFO] Event PlaybackState Fired:
[INFO] activeMovie.endPlaybackTime:
[INFO] activeMovie.playableDuration: "
Actual results:
No expected input.
Note: see attached log from console.
Code which not working:
activeMovie.addEventListener('playbackstate',function(e){
Ti.API.info('Event PlaybackState Fired: '+e.playbackState);
Ti.API.info('activeMovie.endPlaybackTime: '+activeMovie.endPlaybackTime);
Ti.API.info('activeMovie.playableDuration: '+activeMovie.playableDuration);
});
Attachments
Resolving ticket as Invalid as there is now a new version of Kitchen Sink available and we no longer support the version which relates to this ticket.