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

error: kendoui mobile current url

0 Answers 50 Views
Application
This is a migrated thread and some comments may be shown as answers.
Tai
Top achievements
Rank 1
Tai asked on 26 Nov 2012, 01:44 PM
i can't display a viewport with params. because kendoui always use the remote url.

example: http://demos.kendoui.com/mobile/view/index.html#secondview?id=2


i think this error in ViewEngine:

local = url.charAt(0) === "#",
remote = !local && !url.match(/^([\w\-]+)$/) => always is true

No answers yet. Maybe you can help?

Tags
Application
Asked by
Tai
Top achievements
Rank 1
Share this question
or