Themeable Browser Load new URL in Background before displaying it (caching)

Hey guys,

I have a button inside of my Themeable Browser which leads me to other Book Articles.

like: button click-> another article ->button click -> another article…and so on.

NOW MY PROBLEM:

i dont know or just cant load the next URL, BEFORE the button gets clicked, but i want to load the URL in background (hidden), so that the user doesnt see the blank loading screen in the Browser.

RIght now when i load the next Book URL -> the user sees the white loading screen in the themeable Browser.

what i do when loading the next URL in execute Script function:i use window.location.href with another Book URL.

Any suggestions?:slight_smile:

anything is great help !