updateDocumentTitle Boolean (default: true)

Whether to update the document title.

    <div data-role="view">Foo</div>


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