[TIMOB-5273] Android: Expose HDR and zooming camera controls through the Titanium API
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 1.7.2 |
Fix Version/s | n/a |
Components | Android |
Labels | n/a |
Reporter | Eduardo Gomez |
Assignee | Eric Merriman |
Created | 2011-09-12T11:43:14.000+0000 |
Updated | 2018-08-02T17:31:51.000+0000 |
The goal here for us at this time is to be able to use the standard controls already exposed by Titanium (top controls only), but also be able to use the custom overlay for the area at the bottom. The problem is that in Titanium it appears that trying to use both the standard controls plus an overlay doesn't work. The native controls cover up the area we need to add the overlay. A possible resolution here would be to allow us to place the overlay above the controls in the Z-direction (zIndex) so we can still use both.