[TIMOB-14848] Android: Video does not run on Android device
GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2013-08-13T18:15:31.000+0000 |
Affected Version/s | Release 3.1.2 |
Fix Version/s | n/a |
Components | Android |
Labels | qe-3.1.2, qe-testadded |
Reporter | Pragya Rastogi |
Assignee | Ingo Muschenetz |
Created | 2013-08-13T09:31:09.000+0000 |
Updated | 2013-08-22T05:34:37.000+0000 |
Description
Steps To Reproduce:
1. create App using app.js and movie.mov attached.
2. Launch the app
3. Click Preview Movie button.
Expected:
A video movie must appear with video controls.
Actual:
Video does not appear for android device and emulator.
Note: Works fine on iOS device and simulator
Attachments
File | Date | Size |
app.js | 2013-08-13T09:31:09.000+0000 | 1448 |
movie.mov | 2013-08-13T09:31:09.000+0000 | 1040999 |
Test code is invalid on Android. This came from an iOS ticket TIMOB-10490. The unsupported item is "media". We need to update our test case and instructions.
.mov file and .media api is not supported in android. Hence the previous code failed on android. TIMOB-10490 test code is been updated in repository which runs for both, android and iOS.
Tested & Verified using Environment: OSX: 10.8.4 Xcode:5.0 Appcelerator Studio: 3.1.3.201308201707 SDK:3.1.3.v20130821151600 Device: HTC Desire V (Android:4.0.3) & iPhone5(v6.1.4) ├── acs@1.0.6 ├── alloy@1.2.0 ├── titanium@3.1.2 └── titanium-code-processor@1.0.2