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

How To Sample Not Working

1 Answer 85 Views
Application
This is a migrated thread and some comments may be shown as answers.
Jason
Top achievements
Rank 1
Jason asked on 27 Jul 2012, 12:43 AM
I have copied and pasted the code from the "Build Apps With Kendo UI Mobile" how-to but it doesn't appear to be working.  The tabstrip navigation at the bottom appears and I can navigate to the "about.html" page with a slide transition but when I click on the "Home" link it doesn't take me back.  Any help would be greatly appreciated.

1 Answer, 1 is accepted

Sort by
0
Todd
Telerik team
answered on 27 Jul 2012, 03:39 PM
Hello Jason-

Sorry for the trouble using that code. There was actually a change in the latest release which impacts that way you need to configure navigation to the "default" view. In previous releases (and in the docs), to navigate to the default view, you could configure a link like this:

<a data-icon="home" href="#">Home</a>

With the latest release (Q2 2012), you no longer need the "#" tag. Simply change the href to an empty string:

<a data-icon="home" href="">Home</a>

WIth this small change, everything should be working again. We'll get the Kendo UI docs updated promptly! Hope this helps.

-Todd
Tags
Application
Asked by
Jason
Top achievements
Rank 1
Answers by
Todd
Telerik team
Share this question
or