ngx-extended-pdf-viewer
Version:
Embedding PDF files in your Angular application. Highly configurable viewer including the toolbar, sidebar, and all the features you're used to.
21 lines (20 loc) • 575 B
TypeScript
import { NgZone } from '@angular/core';
export declare class PinchOnMobileSupport {
private _zone;
private viewer;
private startX;
private startY;
private initialPinchDistance;
private pinchScale;
private boundOnViewerTouchStart;
private boundOnViewerTouchMove;
private boundOnViewerTouchEnd;
constructor(_zone: NgZone);
private isMobile;
private onViewerTouchStart;
private onViewerTouchMove;
private onViewerTouchEnd;
private resetPinchZoomParams;
initializePinchZoom(): void;
destroyPinchZoom(): void;
}