-
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
[Bug]: All plugins return not implemented on Android/IOS on Fresh new NextJS App #7848
Comments
They are working fine for me. Also, can you provide information about the device/emulator you are using to test like the Android version and the WebView version? |
This comment has been minimized.
This comment has been minimized.
I found a solution, i had to downgrade to v6 to work. Also, kinda off topic, but im currently working with a capacitor app that uses remote files, that's why im using a server url. Is it possible to run remote files and BackgroundRunner? I was able to do a workaround and patch the runner.js directly into the ios and android folders afeter cap sync and cap copy, so runner is identified. But i only get: "Scheduling com.kuppona.app.runner" when i minimize the app but i have no console logs on the backgroundRunner itself, i used try catch... |
Capacitor Version
any plugin i install and implement on the app is returning as not implemented on Android...
The exception that happens is this, IDK if it is just with NextJS or a Capactor issue
Other API Details
Platforms Affected
Current Behavior
Any plugin i install, (I installed Preferences and LocalNotifications) is not implemented on android
Expected Behavior
It should install plugins that i want
Project Reproduction
https://github.com/GabrielHK97/test-app
Additional Information
No response
The text was updated successfully, but these errors were encountered: