Which product are you using?
PDF.js Express Viewer on an Angular web app
PDF.js Express Version
8.1.0
Detailed description of issue
I cannot get pinch to zoom working at all. If I double tap on a pdf it zooms in/out and even panning is acting weird. I need to brush my finger across the screen. Tapping and dragging does nothing. I am using a react native webview component on ios and I can confirm pinch to zoom & panning works when viewing other websites including your viewer demo on your website. I feel like Im missing something obvious here but just cant figure it out.
Expected behaviour
Pinch to zoom functionality just like in the viewer demo on your website.
Does your issue happen with every document, or just one?
Everything
One more note. I accessed my express js viewer build through my browser on the same device and pinch to zoom still did not work, so that rules out the react native web-viewer as the culprit.
@tgordon I had to add a license key to the viewer sample to get it to work but yes that build worked as expected. This example doesnt seem to be using Angular though and Id really like to keep using Angular so I dont need to re-write my entire web app.