-
Notifications
You must be signed in to change notification settings - Fork 80
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
Add Safari support #20
Comments
This will likely be blocked by either: Or Plasmo should just spit out the safari bundle <- I will investigate this. |
I think it's impossible to debug Safari Service Worker lol - it shows only "Service Worker failed to load"... |
Blocker for older Safari: scripting The mainworld script injection requires the above APIs. Some other refs: |
This is awesome 🔥 I'll need to update my system to 16.4 before I can test (we'll want to check mobile Safari support too). But this is going to be even more amazing once people have a nice way of sharing credentials between desktop and mobile, coming soon |
core/extension.ts
should prob be the only place with Safari-specific code - the rest of the extension shouldn't care about the platform.This will allow iOS users to use window apps!
The text was updated successfully, but these errors were encountered: