Hi All.
I think I have searched high and low for this issue, and I do see some answers, but they do not seem to apply.
I am doing an “options menu” as an overlay scene, that Works fine when doing the showOverlay, but I cannot get it to use the transition effect when I hide the overlay.
Doing like this:
local opts = { effect= "flip", time=500 } storyboard.hideOverlay( opts )
It hides fine, but the transition is not shown
It seems this was a bug in very old corona builds, but should be fixed now …
Anyone got any idea how I can continue troubleshooting this issue?