react-native-webview-android
react-native-webview-android copied to clipboard
Android onResume will turn webview into blank page
I try to use AppState API to determine the current state and call refs.webview.reload() when app becomes active (foreground), but it seems not working, and this problem only happens to Android, is there any direction for me to fix this?
Hello @Blue-Lan ,
Just for research, have you tried the native implementation of WebView? https://facebook.github.io/react-native/docs/webview.html
The same problema are faced using the native webview or just with my react-native-webview-android package?
Hi, @lucasferreira
I have tried to use native WebView component, it doesn't have this issue, but i need the file chooser features in yours!
+1