[TIMOB-19983] iOS: Camera viewing area is reduced on zoom from one side of the screen
GitHub Issue | n/a |
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2017-04-04T10:36:19.000+0000 |
Affected Version/s | Release 5.0.2 |
Fix Version/s | n/a |
Components | iOS |
Labels | Community, camera |
Reporter | Dean |
Assignee | Vijay Singh |
Created | 2015-07-10T11:44:48.000+0000 |
Updated | 2017-07-26T03:36:14.000+0000 |
Description
When 'showControls' is set to 'false', while zooming, black bar is displayed on the side, and viewing area is reduced. It seams that background for not showing controls is still active and displayed.
Very short example provided as attachment.
Attachments
Sorry, this issue is for Titanium Mobile, and related to TIMOB-17627.
Is this issue still valid on 5.0.2?
Yes it is, 5.1.x and 5.2.0 master as well.
I think the cause of the problem is not
showControls
, but theoverlay
property that is handled [here](https://github.com/appcelerator/titanium_mobile/blob/master/iphone/Classes/MediaModule.m#L1561). The frame seems to be miscalculated.This issue is not reproducible. [~ewieber] Can you please verify the same . Thanks.
The original issue was from 5.x and we fixed a lot of camera-related issues in 6.0.x. Resolving as
Cannot Reproduce
. I attached two screens (default state, zoom state) that show the (correct) behavior on SDK 6.x.