-
Notifications
You must be signed in to change notification settings - Fork 1k
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
feat(android)!: Make service worker requests go through Capacitor bridge #7764
Conversation
Is there are good way to test this is working? |
You can use https://github.com/jcesarmobile/app-capable which I created for a different thing, but exposes the problem (it doesn't have platforms added, you'll need to add android to test) You'll see this error in logcat With this change applied the error is gone |
Marking it as breaking as some users might already have a similar code in their MainActivity file or in some plugin and will need to remove that code/plugin or disable Capacitor's registration if they want to keep their own handling.