Reply To: pinchAndZoom not working

Welcome! Forums Unity Plugins In-App Web Browser pinchAndZoom not working Reply To: pinchAndZoom not working

#1152
xian9118
Participant

Thank you. But it doesn’t work with smartphones.

————————————————–

options.mixedContentCompatibilityMode = true;
options.shouldUseWideViewPort = true;
options.pinchAndZoomEnabled = true;
options.setLoadWithOverviewMode = true;

————————————————–