mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
added croppe to new publications on mobile
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
|
||||
<ion-content>
|
||||
|
||||
<!-- <div style="height: 100%; width: 100%;">
|
||||
<div style="height: 100%; width: 100%;">
|
||||
<image-cropper
|
||||
[imageBase64]="this.capturedImage"
|
||||
[imageBase64]="this.base64ToCroppe"
|
||||
[maintainAspectRatio]="true"
|
||||
[aspectRatio]="1 / 1"
|
||||
format="jpeg"
|
||||
@@ -17,6 +17,27 @@
|
||||
(imageLoaded)="imageLoaded($event)"
|
||||
(loadImageFailed)="loadImageFailed()"
|
||||
></image-cropper>
|
||||
</div> -->
|
||||
</div>
|
||||
|
||||
<!-- <div>
|
||||
<button (click)="save()">Salvar</button>
|
||||
<button (click)="cancel()">Cancelar</button>
|
||||
</div> -->
|
||||
|
||||
<ion-footer class="ion-no-border">
|
||||
<ion-toolbar class="footer-toolbar">
|
||||
<ion-buttons slot="start">
|
||||
<button class="btn-ok" fill="clear" color="#fff" (click)="save()">
|
||||
<ion-label>Gravar</ion-label>
|
||||
</button>
|
||||
</ion-buttons>
|
||||
<ion-buttons slot="end">
|
||||
<button class="btn-cancel" fill="clear" color="#061b52" (click)="cancel()">
|
||||
<ion-label>Cancelar</ion-label>
|
||||
</button>
|
||||
</ion-buttons>
|
||||
|
||||
</ion-toolbar>
|
||||
</ion-footer>
|
||||
|
||||
</ion-content>
|
||||
|
||||
Reference in New Issue
Block a user