Add android onPause and pauseTimers support
Here’s the official document explanation of these two WebView functions:


I am using react-native-webview library to build a webview-based browser. Each tab corresponding to a webview component. How to freeze recently unused webview (not unmount) when it is in the foreground ({display: "hidden"})?
Add android onPause and pauseTimers support
Here’s the official document explanation of these two WebView functions:


I am using react-native-webview library to build a webview-based browser. Each tab corresponding to a webview component. How to freeze recently unused webview (not unmount) when it is in the foreground ({display: "hidden"})?