Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Camera preview size is not proper (iOS) #165

Open
Bezlepkin opened this issue Aug 3, 2021 · 0 comments
Open

Camera preview size is not proper (iOS) #165

Bezlepkin opened this issue Aug 3, 2021 · 0 comments

Comments

@Bezlepkin
Copy link

Hi! Everything works fine on Android. On iOS, it is not possible to make it to the full screen.

photo_2021-07-30_09-42-52

  <GridLayout  row="0" (loaded)="onCameraContainerLoaded($event)">
    <CameraPlus class="camera-layout"  debug="true" galleryPickerMode="single" showFlashIcon="false"
      showToggleIcon="false" showCaptureIcon="false" showGalleryIcon="false" confirmSaveText="CONFIRM!"
      confirmRetakeText="RETAKE!" (loaded)="onCameraLoaded($event)" (photoCapturedEvent)="photoCapturedEvent($event)">
    </CameraPlus>
  </GridLayout>

  <LottieView *ngIf="inProgress" width="75%" [src]="src" loop="true" autoPlay="true"
    (loaded)="lottieViewLoaded($event)"></LottieView>
  </GridLayout>```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant