Hi,
We're developing an phonegap app with Kendo and we're facing some issues with mobile listview. I have a simple declarative listview on a view like this:
<
ul
id
=
"tasksList"
data-role
=
"listview"
data-auto-bind
=
"true"
data-endless-scrolling
=
"true"
data-source
=
"app.model.dataSource"
data-template
=
"taskListItemTemplate"
>
</
ul
>
When I turn endless scrolling on, buttons on the template start to behave weird. Clicking on a button results in a blank row and a row clicked is overlaping the first row. Some buttons seem not to work.
I've prepared an example here: http://jsbin.com/xixapuwizo/1/edit?html,js,output (it was based on an example from Kendo UI api regarding endless scrolling)
If I try to click on buttons from second row or below, they overlap the first row (change) or seem not to work (remove).
I've also tried with one of the latest releases (2015.3.1111) and the result is similar.
We're in the middle of developing an app and this is a blocker for us.
Regards,
Andrzej