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

Mobile "View" Issue - Navigation

7 Answers 50 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Mitchell
Top achievements
Rank 2
Mitchell asked on 06 May 2014, 04:17 AM
Hi there,

I just recently updated to the Q1 2014 update, and I am having a problem with navigation.

All of my views are setup on different HTML pages and I usually just navigate to that HTML page and it picks up the view from that page and uses it as the current view. This all used to work fine.

But now when I navigate to an HTML page with a view on it, it picks it up as the current view for display, but I am unable to interact with the page (click buttons or anything else on the page..).

Also, when I hit the back button, it no longer takes me back to the previous view (even though the URL hash changes). However, this does allow me to start clicking buttons again on the current view, but it doesn't take long for things to get messed up and the views to start breaking once again.

Is there a correct way to handle navigation when views are on multiple pages like this?

Any help on this issue would be greatly appreciated, as it is holding me back from updating at all.

Thanks,
Mitchell. 

7 Answers, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 07 May 2014, 08:10 AM
Hi Mitchell,

Could you please provide us with a runnable sample where we can reproduce the issue you are experiencing? This will really help us investigate and narrow down the issue you are having.

Thank you in advance for your cooperation.

Regards,
Kiril Nikolov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Mitchell
Top achievements
Rank 2
answered on 08 May 2014, 01:39 AM
Hi Kiril,

Thanks for the reply.

I have created an example based off how my app is setup (source files attached).

I have also the hosted the demo here.

Thanks,
Mitchell.
0
Kiril Nikolov
Telerik team
answered on 08 May 2014, 11:00 AM
Hello Mitchell,

After the last release a slight change in the Kendo UI router has been introduced, and now your path should not start with a "/", so basically you will need to change the paths in your project and remove the initial "/". Please try this and let me know if it helps.

Regards,
Kiril Nikolov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Mitchell
Top achievements
Rank 2
answered on 08 May 2014, 08:36 PM
Hi Kiril,

Thanks for that, that's good to know.

However, this did not fix my problem.
I still having the same issues. After navigating to a page for the first time, all interaction with the next page does not work.

Could it be something to do with my use of require.js?

Thanks,
Mitchell.
0
Accepted
Kiril Nikolov
Telerik team
answered on 10 May 2014, 08:22 AM
Hi Mitchell,

I forgot to mention that you also need to update the CSS files to the latest release, as you are currently using an old CSS that is not compatible with the JS version of the project.

Regards,
Kiril Nikolov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Mitchell
Top achievements
Rank 2
answered on 11 May 2014, 08:55 PM
Hi Kiril,

Thanks very much for that!
I completely forgot about the CSS.

Thanks,
Mitchell.
0
Kiril Nikolov
Telerik team
answered on 12 May 2014, 08:51 AM
Hello Mitchell,

I am happy to hear that your project is up and running.

In case you have any other questions, please do not hesitate.

Regards,
Kiril Nikolov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
General Discussions
Asked by
Mitchell
Top achievements
Rank 2
Answers by
Kiril Nikolov
Telerik team
Mitchell
Top achievements
Rank 2
Share this question
or