Hi all,
adding the style is not working for me.
I am using the example from this website:
http://demos.kendoui.com/mobile/navbar/index.html#
I am using this snippet
<script>
var app = new kendo.mobile.Application($(document.body), {
platform: "android"
});
</script>
to inititalize.
I have also added
.km-android .km-view {
-webkit-box-direction: normal;
}
to the stylesheet.
But the navbar is still at the bottom of the page.
Any ideas?
Thanks a lot