updateDocumentTitle Boolean (default: true)

Whether to update the document title.

Example

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

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