This is a migrated thread and some comments may be shown as answers.

Not working at all, very upset.

1 Answer 63 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Nikita
Top achievements
Rank 1
Nikita asked on 15 Sep 2012, 10:26 PM
I downloaded basic sample and getting errors left and right. jQuery mobile loaded without problems.

Im testing in Eclipse/Android.

1 Answer, 1 is accepted

Sort by
0
Nikita
Top achievements
Rank 1
answered on 16 Sep 2012, 12:30 AM
<!DOCTYPE html>
<html>
<head>
<title>Home Page</title>
<link href="/Content/kendo.mobile.all.min.css" rel="stylesheet" type="text/css" />


</head>
<body>
<div data-role="view" data-layout="default">
Hello Mobile World!
</div>
<div data-role="anotherView" id="view2">...</div>
<section data-role="layout" data-id="default">
<header data-role="header">
<div data-role="navbar">My App</div>
</header>
<!--View content will render here-->
<footer data-role="footer">
<div data-role="tabstrip">
<a href="#">Home</a>
<a href="#view2">More</a>
</div>
</footer>
</section>
<script src="/Scripts/jquery.min.js" type="text/javascript"></script>
<script src="/Scripts/kendo.all.min.js" type="text/javascript"></script>
<script>
var app = new kendo.mobile.Application(document.body,
{
transition: 'slide'
});
</script>
</body>
</html>
Tags
General Discussions
Asked by
Nikita
Top achievements
Rank 1
Answers by
Nikita
Top achievements
Rank 1
Share this question
or