webAppCapable Boolean (default: true)

Disables the default behavior of Kendo UI Mobile apps to be web app capable (open in a chromeless browser). Introduced in Q2 2013.

Example

<div data-role="view" id="foo"><a data-role="button" href="#bar">Bar</a></div>

<script>
new kendo.mobile.Application($(document.body), { webAppCapable: false });
</script>
In this article