We are making an educational game and every once in a while we are using the web view to display some math problems. Is there a feature to load everything into the webview without displaying it? Kind of a preload of questions until it’s time to show.
If we wait to load until it’s time to show the question it takes too long.
Or what is something else we could do to load the question into the view in the backend while the students are playing? Don’t want them to have to wait on the webview.