Skip to content

Camera preview size is not proper (iOS) #165

@Bezlepkin

Description

@Bezlepkin

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>```

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions