Previously, I added an icon and a title to my mobile app like this:
Whereas now, I can't seem to figure out how to do this. Any suggestions? :)
window.app =
new
kendo.mobile.Application(document.body, {
layout:
"mainLayout"
,
skin:
"flat"
,
hideAddressBar:
true
,
icon:
"Images/FileName.png"
,
title:
"App Name"
});