iOS: White screen after a large API request load
See original GitHub issueBug description:
React Native WebView would render a white screen during a large API request. This behavior is really depending on how much data you are requesting, smaller dataset would be working just fine, only when the data gets larger the problem would appear. Now I know there’s two sides of this issue, just wondering if there’re some setup that I’m missing
To Reproduce:
Dispatch a request within the website (roughly 7000kb of data), request won’t finish and the WebView is dead, rendering a white screen with.
Expected behavior:
Should render as normal
Screenshots/Videos:
2020-06-18 08:39:15.996582-0400 myApp[2928:529484] [shim] BKSProcessAssertion "ConnectionTerminationWatchdog" initialized with invalid pid
2020-06-18 08:39:16.157852-0400 myApp[2928:529484] [ProcessSuspension] 0x10436f450 - ProcessAssertion::processAssertionWasInvalidated()
Environment:
- OS: iOS
- OS version: 13.5.1
- react-native version: 0.61.5
- react-native-webview version: 10.3.1
Issue Analytics
- State:
- Created 3 years ago
- Reactions:7
- Comments:9
Top Results From Across the Web
iOS: White screen after a large API request load #1468 - GitHub
To Reproduce: Dispatch a request within the website (roughly 7000kb of data), request won't finish and the WebView is dead, rendering a white...
Read more >iOS: White screen after a large API request load - Bountysource
React Native WebView would render a white screen during a large API request. This behavior is really depending on how much data you...
Read more >arp - App content failed to load after launch released iOS app
i faced same problem with android version of flutter app, when testers install app from google play, the white screen appear, but when...
Read more >Why the Blank Expression? Solution to App White-screen ...
A white screen appears while the web page is loading, and the complexity of the HTML 5 processes often leads to lengthy loading...
Read more >How to fix the Whitescreen After a Static Deployment with ...
A very common thing you might see there in a “white-screen-situation”, is that your app failed to load the JavaScript bundle – and...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have a similar issue here: https://stackoverflow.com/questions/67571345/ios-iphone-11-flashing-black-and-white-while-browsler-is-constantly-reloading-r Did you find any solution to this?
still searching for solutions