I've added the following:
@(Html.Kendo().MobileApplication()
.ServerNavigation(true)
.Transition("slide")
.Platform("ios7")
.UseNativeScrolling(true) - (Add this property)
)
but it seems nothing changed.
what could be the reason ?
Thank you,