zoom Boolean(default: false)

If set to true, the user can zoom in/out the contents of the view using the pinch/zoom gesture.

Example

<div data-role="view" data-zoom="true">
  <div style="height: 2000px;width:200px;">Big element - the view can be zoomed with two fingers</div>
</div>

<script>
new kendo.mobile.Application();
</script>
In this article