I have the following that works fine to show a series of images I have stored on AWS using a list view
I am trying to get this working using the scroll view - thought it would be a simple case of changing the data-role to "scrollview" but I get nothing
What am I missing??
Many thanks in advance
<div id="reports-detail-images-view" data-role="view" data-title="Report Images" data-layout="back-layout" data-show="Schoofo.reportsDetailImagesView.show"> <div data-role="listview" data-source="Schoofo.reportsDetailImagesView.listData" data-template="reports-detail-images-binding-template"> </div></div></div><script id="reports-detail-images-binding-template" type="text/x-kendo-template"> <img style="max-width: 100%; max-height: 100%;" src='https://schoofofile.s3.amazonaws.com/#: FileKey #'></div></script>I am trying to get this working using the scroll view - thought it would be a simple case of changing the data-role to "scrollview" but I get nothing
What am I missing??
Many thanks in advance