zoomGesturesEnabled property

bool get zoomGesturesEnabled

Enable/disable zoom gestures, for example: - pinch - double tap (zoom in) - tap with two fingers (zoom out)

Implementation

core.bool get zoomGesturesEnabled;
set zoomGesturesEnabled (bool val)

Implementation

set zoomGesturesEnabled(core.bool val);