[AC-3036] After video player receives "complete" event it can no longer (re)play the video
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2014-01-01T21:39:35.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | ipad, iphone, tab, tabGroup, tabbar, tabbarhidden, videoplayer |
Reporter | Dmitry K |
Assignee | Shak Hossain |
Created | 2012-07-18T23:49:48.000+0000 |
Updated | 2016-03-08T07:48:04.000+0000 |
Description
I have an app with tabs and navigation bar, which display a video window. this video window embeds videoplayer and some buttons which I am displaying on top of video).
after videoplayer receives "complete" event it gets corrupted and can no longer replay the same video using embedded video control.
only audio can be heard but the videoplayer is black
i am opening into this window with:
tabGroup.activeTab.open(...)
the window contains the following 2 elements:
win.add(moviePlayer);
win.add(bottomBarContainer);
the navigation bar is visible but the tabbar is hidden in this window the entire time
Hello, Can you please post a sample code to test? Thank you
Need more info to replicate
Hello, I tested this issue with the test code below. I can’t reproduce this issue in Ti SDK 3.2.0.v20131209192649. It is most likely fixed. Please install the latest SDK and test your app. If you continue to get error, please send us a test case with steps to reproduce.
Testing Environment:
Ti CLI 3.2.0-cr3 Titanium SDK: 3.2.0.v20131209192649 IOS Simulator 7.0Test Code
app.jsSteps to Test
Create a new project
Update app.js file
And run this project with testing environment
Click on Press Button, it’s open new window with video player
Click one replay button after end of video
Then you will see video start play again
ThanksWe cannot reproduce this issue with 3.2.0 GA release.
Closing since the issue can't be reproduced in 3.2GA and a functional sample has been posted.