titanium - Ti.Media.showCamera() on fullscreen? -


when use ti.media.showcamera() overlay, camera frame fixed @ top remains black stripe @ bottom. need camera's image in full screen, , not fastened @ top can not move in way.. know solution?

this code:

ti.media.showcamera({     allowediting : false,     overlay : $.overlay,//overlayview,     showcontrols : false,     mediatypes : [ti.media.media_type_photo],     autohide : false,     transform: ti.ui.create2dmatrix().scale(1) }); 

enter image description here

so, used work ok in previous tisdks and/or ios sdk targets. titanium uses old method camera apple has been trying rid of. ios 10, apple removed hook titanium using work around this.

it reported and, right or wrong, dismissed not titanium problem.(https://jira.appcelerator.org/browse/timob-24036)

you can use mike fogg's module (https://github.com/mikefogg/squarecamera) achieve once had, because uses appropriate foundation classes media work.


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -