-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
Back navigation breaks communication in Safari #42
Comments
What browsers have you confirmed |
According to our tests:
|
Safari is something I don't have expertise in, so unfortunately I won't be able to help code wise. Please see if you can find a solution, a PR would be very welcome. |
Alright, we'll take a look tomorrow. Do you have any idea where in the code, it might be relevant for us to search? |
Benjadahl
added a commit
to Rabatta-ApS/webext-bridge
that referenced
this issue
Oct 21, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
We are using webext-bridge to create a cross platform extension deployed to Chrome and Safari on Mac and iOS.
We found an issue that occurs when using the back button, but only on Safari.
When navigating back, sometimes following sendMessage requests will never resolve. (Using the native chrome.runtime API does resolve correctly). We tried to use the [email protected] release instead - it seemed to improve the succes rate from 0% to about 50%, however it still has issues.
Would you like for us to provide a repository reproducing the issue? And is there any way else that we can contribute to fixing the issue?
Thanks a lot
The text was updated successfully, but these errors were encountered: