Hi, this is really pretty cool, but I've stumbled into a problem, and I don't know if this is a KendoUI issue that I'm not fully comprehending or and HTML5 issue.
My mobile app is presently setup to have a home page that has a listview of links to various parts of the application. One such action is to Add a new item.
-- Home Page - (MVC Action) Home/Index
-- Add Item - (MVC Action) Home/Add
I have a NavBar div in the Add Item view with an "a" tag that links back to the home page but it never gets there. When I hover over the Home link it shows the correct link:
http://localhost:[myport]/, but it goes to: http://localhost:[myport]/Home/Add/#/Home/Index.
This is the HTML for the link on the Add Item view that should go back to the Home page:
Is it a better practice to use KendoUI with an HTML site that communicates with a web service instead? I just don't know if there's some sort of issue with using MVC. It's probably the other option, which is my incompetence. ;^)
Any help is appreciated.
Thanks,
King Wilder