Androidpdfviewer: How to disable zooming?

Created on 9 Nov 2019  路  1Comment  路  Source: barteksc/AndroidPdfViewer

No user manipulation of files is required

Most helpful comment

Add this code in onCreate:

Constants.Pinch.MINIMUM_ZOOM = 1;
Constants.Pinch.MAXIMUM_ZOOM = 1;

>All comments

Add this code in onCreate:

Constants.Pinch.MINIMUM_ZOOM = 1;
Constants.Pinch.MAXIMUM_ZOOM = 1;

Was this page helpful?
0 / 5 - 0 ratings