-
Notifications
You must be signed in to change notification settings - Fork 19
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
cordova-plugin-browsertab is no longer maintained #12
Comments
Hey @dlebee could u fix your issue? |
@CarlosDez23 Hi carlos the issue is still there, but there is a way if you are using Capacitor 3 to specify the plugins you want to include for a specific platform. {
"appId": "com.lebee.thygeson",
"appName": "thygeson",
"webDir": "www",
"bundledWebRuntime": false,
"android": {
"includePlugins": [
"@capacitor/app",
"@capacitor/haptics",
"@capacitor/keyboard",
"@capacitor/status-bar",
"ionic-plugin-deeplinks"
]
}
} this allows me to exclude the plugin cordova-plugin-browsertab from android and successfully build. |
Thanks mate! If you are still in problems (is my case) with keycloak auth, I will be testing this package (a basic openid client for angular): https://github.com/damienbod/angular-auth-oidc-client |
What worked for me is to use patch-package to update This is the patch file:
I've seen other people with similar problems with react-native suggest using jetifier, but did not try it myself. |
I have tried Jetifier recently, although being deprecated, it still makes cordova-plugin-browsertab usable. |
Hello,
it seems cordova-plugin-browsertab is no longer maintained according to
They propose to use a different plugin in the issue
On android capacitor build it creates this issue
The text was updated successfully, but these errors were encountered: