I've done you've suggested, with no luck. The group scrolls fine now, but the user cannot interact with the page at all until the group is scrolled by finger (setting the vScroll to a number then back to 0 does not trigger this).
I've tried making a new group, which set to the top layer of the card, visible after opening the card by way of a button at the bottom of the card. This button is outside of the group area and is selectable, but items in the top group that becomes visible are not selectable if they are within the scroller group.
Native scroller giving troubles
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: Native scroller giving troubles
mmm... try adding 'CanCancelTouches'... and 'delayTouches' to your scroller construct
Code: Select all
mobileControlSet scrollid, "canCancelTouches",true
mobileControlSet scrollid, "delayTouches", true
Re: Native scroller giving troubles
I added those, and they did not help.