I have a webapp, and i'm 99% sure what the next page is that the user is going to visit. This page has to get a lot of data from API's and also has to render it. Since this takes some time I would like to prefetch/preload the page.
I did some research and read this article. The prerender tag does exactly what I want.
Sadly it isn't supported on the stock android browser.
Since i'll be making a android app out of it, it has to be supported. I was wondering if there is a JS framework or maybe something like CrossWalk-project. That can do this.