-
Notifications
You must be signed in to change notification settings - Fork 90
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
[iOS] crash on open url click #107
Comments
I have not been able to reproduce this on any of the platforms I have access to (no iOS). |
diagnosed and fixed over in |
Awesome, thank you for following up on the issue. I will close the issue as soon as the patch is released from webbrowser. |
its merged and released |
i noticed that the app sometimes crashes when clicking the buttons to open a URL (twice). running in the simulator reveals that this is because the
webbrowser::open
should be called from the main thread.here is the callstack:
The text was updated successfully, but these errors were encountered: