camera preview size is not proper(iOS)

Above is the attached screenshot from iPad, Wanted to change the width of the preview camera....
I'm not very familiar with the native side of the iOS piece. @NathanWalker would know best.
Ok Thank You for your time :)
On Sun, Feb 18, 2018 at 4:04 AM, Brad Martin [email protected] wrote:
I'm not very familiar with the native side of the iOS piece. @NathanWalker https://github.com/nathanwalker would know best.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/nstudio/nativescript-camera-plus/issues/10#issuecomment-366476407, or mute the thread https://github.com/notifications/unsubscribe-auth/AixtTswFyA5-OkKekRrrcrEQmVhj9_4aks5tV1QFgaJpZM4SH4cL .
Same here. Not problem on android. Just ios devices size not proper.
Same problem here (#18).
Try wrap in AbsoluteLayout like this;
<AbsoluteLayout> <CameraPlus></CameraPlus> </AbsoluteLayout>
@mriza1815 the component fills the whole ipad, but the camera preview is only part of it - see this screenshot
@mriza1815 For me, <AbsoluteLayout> simply moved the camera view to the right a little bit.
@NathanWalker could we change this from a question to a bug?
I assume no one has a work around for this??
Does anyone have a fix for this. I've tried forking the SwiftyCam used in this plugin to try the center fix mentioned above but that had no effect.
https://github.com/dottodot/SwiftyCam
I've also tried using the proper release of SwiftyCam https://github.com/Awalz/SwiftyCam but that causes error and my knowledge of Swift and creating plugins isn't that great so not sure how to get it working.
Is there a reason why a different SwiftyCam Pod is being used?
same issue....