[TIMOB-17741] Android: overlay property in showCamera causes error when LiveView is enabled
GitHub Issue | n/a |
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2017-08-01T21:21:53.000+0000 |
Affected Version/s | Release 3.4.0 |
Fix Version/s | n/a |
Components | Android |
Labels | qe-3.4.0 |
Reporter | Visalakshi Chidambaram |
Assignee | Eric Merriman |
Created | 2014-09-23T08:37:00.000+0000 |
Updated | 2017-08-01T21:21:53.000+0000 |
Description
When overlay property of show camera is used, it creates a run time error when live view is enabled. Without liveview, the app works as expected.
Steps to reproduce:
1. Import the attached app.js into a new classic project
2. Run the app on an android device
3. Press on 'Camera' on the centre of the app
3. Enable the liveview feature in the studio and run the app again on device
4. Press on 'Camera' on the centre of the app
Actual Results:
2. App runs successfully and you should see 'Camera' on the centre of the app
3. Camera opens up
4. Runtime error is shown on the device with the following message:
"Uncaught Error: unable to find explicit activity class {ti.modules.titanium.media.TiCameraActivity}; have you declared this activity in your AndroidManifest.xml?"
Expected Results:
4. Camera should open up without any errors
However, this works fine with iOS.
Attachments
File | Date | Size |
app.js | 2014-09-23T08:37:00.000+0000 | 617 |
Closing due to inactivity. If this issue still exists, please raise a new ticket.