Hello friends!
Is there any way to do a preloading of a scene overlay?
I tried using composer.loadScene and then showOverlay, but I did not succeed.
Within this scene, I need to load a url. It would be great if you could do this using the same behavior of loadScene with gotoScene.
Example:
composer.loadScene('scenes.dynamic', false, {params= {local= 'delivery'}, isModal= true}) timer.performWithDelay(3000, function() composer.showOverlay('scenes.dynamic') end)