Closed GoogleCodeExporter closed 9 years ago
Thanks for reporting this. Would it be possible for you to share an application
that exhibits this issue?
Original comment by renasr...@gmail.com
on 5 Mar 2013 at 3:06
Please try with Robotium 4.1
Original comment by renasr...@gmail.com
on 8 Apr 2013 at 4:13
[deleted comment]
I've run into exactly this issue on several devices. Apparently whatever math
is being used to calculate the screen size is not accurate. It works on my
Nexus 7, by not on an old LG G2, or and HTC One. All the examples I've been
able to find don't work correctly either. The above code (tweaked for 4.2),
mostly works, but I have a few views that need to be swiped from the very edge,
and this is off.
Original comment by mark.and...@gmail.com
on 24 Aug 2013 at 3:48
Why is it that this bug was marked as invalid?
I get this issue with a Nexus 5 with Android 4.4.2 and Robotium 5.0.1
Original comment by german...@gmail.com
on 12 Feb 2014 at 9:24
still happens. PLEASE fix this, you even have code that shows how to do it.
Original comment by freakedo...@gmail.com
on 17 Feb 2014 at 12:16
This will be fixed in the next release.
Original comment by renasr...@gmail.com
on 17 Feb 2014 at 2:08
You can use:
/**
* Scrolls horizontally.
*
* @param side the side to scroll; {@link #RIGHT} or {@link #LEFT}
* @param scrollPosition the position to scroll to, from 0 to 1 where 1 is all the way. Example is: 0.60.
*/
public void scrollToSide(int side, float scrollPosition)
Example:
solo.scrollToSide(Scroller.Side.RIGHT, 1F);
Original comment by renasr...@gmail.com
on 17 Feb 2014 at 2:37
Thanks again for reporting this. This has been fixed in 5.1.
Original comment by renasr...@gmail.com
on 17 Mar 2014 at 6:10
[deleted comment]
This issue is back in 5.4.1,I had to return back to 5.3.1 for this
solo.scrolltoSide(solo.Left) to work. Please fix this.
Original comment by itsprabh...@gmail.com
on 11 Jun 2015 at 12:25
Original issue reported on code.google.com by
stermi
on 5 Mar 2013 at 2:58