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.

    <div data-role="view" id="foo">Bar</div>


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