#How can i make my pop up windows load fast

2 messages · Page 1 of 1 (latest)

faint sandal
#

Im using vue and my popup window is static. How can i make it load without flashing. (My bg is black and when i open it flashes white)

ashen axle
#

can you spawn it with visible: false (or was it hidden: true ?) ? If so then you can just call window.show() from inside that spawned window when it's ready. That should get rid of the flash.