Hi everybody
I’ve just installed the new Corona release and so the widget 2.0 version.
In my app, I have a scrollView which occupied my entire screen.
I set the hidebackground option to true.
I have in this order
- a background image which occupied my entire screen (depth 1)
- a transparent image which occupied the first half of the screen (depth 2) WITH A TOUCH LISTENER
- a scrollView which occupied my entire screen (depth 3)
Before widget 2.0 version , my transparent image was received touch event, and I was able to create instance of object in the touch listener object.
Now, with widget 2.0 version my transparent image doesn’t receive touch event anymore
The scrollView widget is now a sort of “shield” for all events.
I tried to put “return false” on the scrollView listener, but it doesn’t work
I’m trapped
Any idea or help would be very appreciate :)))
Best,
Olivier [import]uid: 160159 topic_id: 37176 reply_id: 67176[/import]