-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
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
[BUG]: On some android phones editor is never ready (Waiting for 2 minutes) #227
Comments
Havn't seen this before, my guess would be that this is something react-native-webview related, here's an example of a possible issue react-native-webview/react-native-webview#2680 Does it usually work on that device, is it reproducible? Any additional errors? Possibly on the webview itself |
I have not 100% confirmed, but users are typing in the input. So it does work on the device, it also seems to happen occasionally, not every time. I have not logged any additional errors, and have not been able to reproduce. But the error does happen frequently enough for this to be a issue for us. I will attempt to reload the webview when onRenderProcessGone is called to see if that helps. |
I also encountered this issue |
fixed this by making sure that I had the editor in a SafeAreaView |
The SafeAreaView solution doesn't work. |
Describe the bug
On some android phones editor is never ready (Waiting for 2 minutes)
I have not been able to reproduce this locally, but we are seeing this issue in our Sentry and api logs. Users are able to write in the editor. We do not know if this content is available by the useEditorContent, as we only report this to our form context when bridgeState.isReady works.
To Reproduce
Unknown.
Expected behavior
The bridgestate should become ready in reasonable time.
Screenshots
N/A
If any information is needed from us, let me know. I can present more of our code and our Sentry tracking if needed.
The text was updated successfully, but these errors were encountered: