Skip to content
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

Open
kapir opened this issue Dec 2, 2024 · 2 comments
Open

Comments

@kapir
Copy link

kapir commented Dec 2, 2024

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.

@17Amir17
Copy link
Collaborator

17Amir17 commented Dec 2, 2024

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

@kapir
Copy link
Author

kapir commented Dec 2, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants