scrollView with Kindle Fire Bug: diagonal lines and improper masking

Hi all,

Not sure if this bug is only on Kindle Fire devices but since I couldn’t find anything on the forums regarding this issue, so that’s what I am assuming. Below is a photo of the error, the diagonal lines come from the mask. After a couple more tries, I notice that the diagonal lines increase in thickness as I increased the black border thickness of the mask.
Also, as you can see the right side is masked correctly but the left side doesn’t mask at all (it goes past the black border).
Finally, most of the time I try to load the app on Kindle Fire, it crashes…

The funny thing is, on the Simulator everything works fine!

scrollView Bug
here’s the code setup:
[lua] – Create a new ScrollView widget:
scScrollView = widget.newScrollView{
id = “screenshots”,
left = 27,
top = 504.4,
width = 548,
height = 364,
scrollWidth = 1,
scrollHeight = 364,
topPadding = 0,
bottomPadding = 0,
friction = 0.935,
maskFile=“mask_sc_548x364_sqr.png”,
bgColor = { 255, 255, 255, 100 },
hideBackground = true,
listener = scrollViewListener,
}[/lua]

Any help would be greatly appreciated!

Thanks,
David [import]uid: 74346 topic_id: 21546 reply_id: 321546[/import]

having the exact same problem with the diagonal line on a kindle fire. I’m also having some issues with the content jumping to either end if you scroll more than a certain distance. Not sure if they’re related, but both problems don’t show up on the simulator. [import]uid: 146239 topic_id: 21546 reply_id: 114108[/import]

i had the diagonal line issue and had to scrap masks entirely. i am do have the scroll jump problem though- a small touch and my scroll view jumps very quickly to the end or beginning. i don’t see this issue on the other devices with the same code (android phone, ios devices). is anyone else experiencing this? any tips on how to minimize its sensitivity?

thanks!! [import]uid: 121467 topic_id: 21546 reply_id: 125311[/import]

i had the diagonal line issue and had to scrap masks entirely. i am do have the scroll jump problem though- a small touch and my scroll view jumps very quickly to the end or beginning. i don’t see this issue on the other devices with the same code (android phone, ios devices). is anyone else experiencing this? any tips on how to minimize its sensitivity?

thanks!! [import]uid: 121467 topic_id: 21546 reply_id: 125311[/import]