I’ve got a slightly fancy setup which involves a scrolling background transition created using the transition lib and a fullscreen webview which renders text on top of it. The webview has hasBackground set to false so only the text in it is opaque.
It works fine and looks great, but I’ve just noticed that if I scroll the text (in the webview) that the animation behind it (in pure Corona Lua) freezes and then snaps forward when the scrolling completes.
I was wondering whether anyone could tell me whether that was intentional and whether there’s a way round it? I assume that there’s an optimisation going on where the webview’s background is being captured and not updating while the scroll is happening?
Anyway it’s happening on my iPhone 4. It’s not the case on the simulator.
One thing I could do would be to pause the animation while the webview is scrolling. Is there anyway of detecting that?
Thanks!