1
にNG-PDFのズームを有効にするには、このプラグインで開かれた:は、私は私のPDFファイルをズームしようとしているイオン/ angularJS
https://github.com/sayanee/angularjs-pdf
どのようにすることができます私はアクティブズーム?
<script id="pdf-viewer.html" type="text/ng-template">
<ion-modal-view>
<ion-header-bar>
<h1 class="title">Report</h1>
<button ng-click="vm.modal.hide()" class="button button-icon icon ion-android-close comp"></button>
</ion-header-bar>
<ion-content>
<ng-pdf ng-if="pdfUrl" template-url="partials/viewer.html" canvasid="pdf" scale="page-fit"></ng-pdf>
</ion-content>
</ion-modal-view>
</script>
ビューア:
{{loading}}
<canvas id="pdf" class="rotate0"></canvas>