We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The content is visible behind the top bar:
Related: https://stackoverflow.com/q/49431656/2228575
The text was updated successfully, but these errors were encountered:
As a workaround you can show/hide the status bar:
https://facebook.github.io/react-native/docs/statusbar
// show safari view StatusBar.setHidden(false) // when safari view is hidden StatusBar.setHidden(true) ```
Sorry, something went wrong.
[iOS] Fix in app browser background and status bar
b3be009
naoufal/react-native-safari-view#95
No branches or pull requests
The content is visible behind the top bar:
Related: https://stackoverflow.com/q/49431656/2228575
The text was updated successfully, but these errors were encountered: