I'm sure this has already been answered, but what's the technique for getting pages to scroll vertically with a mobile device frame? I've created a few mobile screens using the repeater widget.and a few of the items go past the confines of the viewport. I'd like for my user, when testing the page, to be able to scroll naturally to see all the available items.
Is this possible?
Thanks!
Hi, Glen.
There are two ways to let users scroll naturally. The first approach is when you have a long page, which goes beyond the visible viewport. In this case, simply just resize the canvas beyond the viewport to trigger scrolling when previewing the prototype. If your question was specifically about the repeater scrolling, see this thread where it was answered:
https://ko.infragistics.com/community/forums/f/indigo-design/83970/scrolling-content-inside-of-page-control
Hope that helps.
Thanks so much for your reply.
I did use a repeater (see here: http://indigo.infragistics.com/prototype/TM2E37BZ.html) and I thought it would scroll by default, but as you can see it does not. Any idea what I must have done to cause this?