Hi ,
I developed a single page application using kendo splitter for the whole page layout (one horizontal splitter on the top and two vertical on the middle).
I have a kendoGrid inside one of my splitter too (since maybe its related to Grid ,however I disabled scroll for grid scrollable: false). Although I get the scroll for my whole page and also inside splitters on PC , I don't get them on iPad.
I read most of the threads about scroll in iPad and I included all these files too but no success. (I managed to get scroll on android chrome browser but its too slower than normal pages)
.Include("~/scripts/kendoui/kendo.web.min.js")
.Include("~/scripts/kendoui/kendo.mobile.min.js")
.Include("~/scripts/kendoui/kendo.mobile.core.min.js")
.Include("~/scripts/kendoui/kendo.mobile.scroller.min.js")
I would appreciate any help on this issue,
Regards,
Atiyeh
I developed a single page application using kendo splitter for the whole page layout (one horizontal splitter on the top and two vertical on the middle).
I have a kendoGrid inside one of my splitter too (since maybe its related to Grid ,however I disabled scroll for grid scrollable: false). Although I get the scroll for my whole page and also inside splitters on PC , I don't get them on iPad.
I read most of the threads about scroll in iPad and I included all these files too but no success. (I managed to get scroll on android chrome browser but its too slower than normal pages)
.Include("~/scripts/kendoui/kendo.web.min.js")
.Include("~/scripts/kendoui/kendo.mobile.min.js")
.Include("~/scripts/kendoui/kendo.mobile.core.min.js")
.Include("~/scripts/kendoui/kendo.mobile.scroller.min.js")
I would appreciate any help on this issue,
Regards,
Atiyeh