Welcome! › Forums › Unity Plugins › In-App Web Browser › pinchAndZoom not working › Reply To: pinchAndZoom not working
July 19, 2018 at 10:25 am
#1152
xian9118
Participant
Thank you. But it doesn’t work with smartphones.
————————————————–
options.mixedContentCompatibilityMode = true;
options.shouldUseWideViewPort = true;
options.pinchAndZoomEnabled = true;
options.setLoadWithOverviewMode = true;
————————————————–