Skip to content

1.14.1

Latest
Compare
Choose a tag to compare
@ctrevarthen ctrevarthen released this 14 Mar 03:29

Fixes an issue with scrolling where the last element in a list was detected outside of the current device's screen dimensions. Now Scroll.scrollListToElementWithText() will attempt to use the screen height if the bottom element in the list ends up outside of the dimensions of the device.

As a final fallback if the other fails, Swipe.swipe(Swipe.SwipeDirection.BOTTOM_TO_TOP) is used to perform simple swiping of the whole screen.