MobileCRM.Bridge.enableZoom - Resconet/JSBridge GitHub Wiki

Enables platform-specific pinch zoom gesture.

Arguments

Argument Type Description
enable Boolean Indicates whether to enable or disable zooming support.

This example demonstrates how to enable zooming on Android iFrame. Method "enableZoom" has dummy implementation on other platforms.

MobileCRM.bridge.enableZoom(true);