question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

iOS: White screen after a large API request load

See original GitHub issue

Bug 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:closed
  • Created 3 years ago
  • Reactions:7
  • Comments:9

github_iconTop GitHub Comments

1reaction
MarcelSchuermanncommented, May 23, 2021
0reactions
NIXBLACK11commented, Nov 1, 2022

still searching for solutions

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found