Hi Kendo folks,
I'm trying to use the mobile ScrollView in my webapp. It's using Kendo UI AngularJs - I'm wondering if this combination works or not? I'm experiencing a lot pain right now.
1. Mainly, the images won't show - if I inspect the element on the scrollviewer, I will find that's because the "virtual page" has no width or height. When I manually set width and height to it, I see my image.
<div style="height: 62px; transform-origin: left top 0px;"> <div class="k-virtual-page km-virtual-page" style="width: 0px; height: 62px; transform: translate3d(0px, 0px, 0px);"></div> <div class="k-virtual-page km-virtual-page" style="width: 0px; height: 62px; transform: translate3d(0px, 0px, 0px);"> <div class="cl-asset-image__image" style="background-image: url('imageUrl');" title="Capture.JPG"></div> </div> <div class="k-virtual-page km-virtual-page" style="width: 0px; height: 62px; transform: translate3d(0px, 0px, 0px);"> <div class="cl-asset-image__image" style="background-image: url('imageUrl');" title="giphy.gif"></div> </div></div>
2. When I call the next() function, nothing happens. I'm sure I have 2 pages, and I'm using datasource
Thanks for help. Happy holidays.
Anna