Skip to content

Instantly share code, notes, and snippets.

View Rafael-rgsousa's full-sized avatar
🙂

Rafael Gaudencio de Sousa Rafael-rgsousa

🙂
  • Spain
  • 11:38 (UTC +02:00)
View GitHub Profile
@Rafael-rgsousa
Rafael-rgsousa / img-zoom.html
Created April 18, 2018 03:41 — forked from vazad28/img-zoom.html
Page code for image pinch and zoom in ionic RC3. I used code from multiple places and credit is due. I cant seem to find the pages I have used the code from. If you know, please tell me so I can add that here.
<ion-header no-shadow>
<ion-navbar no-border-bottom>
<ion-buttons start>
<button ion-button color="light" (click)="closeModal()">Cancel</button>
</ion-buttons>
<ion-title>Media</ion-title>
<ion-buttons end>
<ion-spinner *ngIf="!mediaLoaded" color="light"></ion-spinner>
</ion-buttons>