Enable or disable multitouch viewport zooming.
Enable or disable multitouch pinch-to-zoom gestures at runtime. Useful for enabling zoom on image galleries or article pages while keeping it disabled on your main app UI.
import nativine from 'nativine';
nativine.ui.setPinchToZoom(true);
import nativine from 'nativine';
nativine.ui.setPinchToZoom(false);