I have some links to anchors inside a view. When a link is clicked I just want to scroll vertically to the anchor (not switch views).
For example:
<a href="#question1">Question 1</a>
<a name="question1">blah blah</a>
Is this possible in Kendo Mobile, or do I have to turn each anchor into a view?
Thanks