Relative Content

Tag Archive for react-nativereact-native-webview

Prevent React Native Webview from Reloading on Navigation Changes

I have embedded a Webview into a Tab.Navigator and on app start I am loading the Webview. Everything seems good. The Tab.Navigator is included into a Stack.Navigator. If I am navigating in the Stack.Navigator to another detail page and get back the Webview is reloading the page again and is starting from the first page as it is a SPA. How can I prevent the Webview from reloading each time on a navigation change?