EDIT: I changed the topic title of this thread to more accurately describe the problem detailed below. I filed a bug report, #21180 almost 3 weeks ago but haven’t heard anything since. This bug is preventing me from shipping my completed app on Google Play and Amazon for Android stores. I would like to at least know if this problem has been acknowledged but I can’t find a working link to the public bug tracker. Danny, or anyone at Corona Labs, can you please communicate the status of this bug? Is there any chance it will be fixed in the near future? I have found no suitable workaround for my app that doesn’t require nested masks so I’m stuck in limbo.
I am trying to import images into a scrollview and am having a problem on a specific device: a popular, recent phone, the Samsung Galaxy S3 (Android v 4.1.1). What I am trying to do is insert an image into a scrollview where BOTH the image and the scrollview each have their own mask. The scrollview needs a mask since I need the scrollable area to be smaller than the screen, and the image needs a mask in order to apply rounded edges. This works fine on every other device I’ve tested on, including iOS devices, Kindle Fire, FIre HD, Nook Color, Nook HD, devices with older versions of Android, and the Corona simulator. But on the Samsung S3 the image is rendered invisible. The image responds to touch events so I know for a fact the image exists as a display object inside the scrollview object. It’s simply not visible. If I turn off masks on the image they become visible. If I render the masked image external to the scrollview they become visible. So it has something to do with a masked image being rendered inside a masked scrollview. I’m using the current daily build 1035, but I’ve noticed this problem for at least the past 2-3 weeks so it doesn’t appear to have anything to do with the new Widget 2.0. Anyone have any insight as to how I can get this to work on the Galaxy S3, or why it doesn’t work on this device when it works fine on older, less capable devices? [import]uid: 9422 topic_id: 36305 reply_id: 336305[/import]