WebView preload

Viewed 2079

I have screen with the button, after pressing the button, opens another component with WebView, WebView is loading very slow. I want to speed up the process and start loading WebView in the first screen and display it only in case if user will clicks on the Button. How to do that correctly?

My WebView:

<WebView
    source={{uri: linkFullStory}}
    startInLoadingState={true}
    javaScriptEnabled={true}
    domStorageEnabled={true}>
                        </WebView>
0 Answers
Related