To make users think an app starts fast, most apps show a splash image at app start up time that looks just like the app’s actual interactive interface (but it won’t be interactive for the first second, because it’s just an image iOS is showing while starting up the app)
How can I ask Capacitor to generate this image for me? Because obviously the way my WebView’s first page looks like will be different for every single device the app runs on (and probably every user too).
It would be nice if I could ask Capacitor “Save the current contents of the viewport as the splash image, use it next time”