-
Notifications
You must be signed in to change notification settings - Fork 147
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
Ionic Capacitor - Import Android is fails #39
Comments
I think this package is abandoned, if we want to fix this issue we can use the NPM Or we can try to use https://github.com/TobyEb/cordova-plugin-colored-browser-tabs instead |
This plugin is unnecessary in Capacitor. Just use the Browser API: https://capacitorjs.com/docs/apis/browser |
@mlynch this plugin is still required by cordova-plugin-firebasex, it may not be so easy to just dump it. What it needs is a 'revamped' upgrade that allows it just to install properly on recent cordova-android versions |
npm install jetifier This keeps the wagon rolling. |
Well, I'm working with this plugin in an Ionic Capacitor project. When the app is synchronized in android, Android Studio not find "import android.support.customtabs.CustomTabsIntent" in BrowserTab.java file.
This issue is resolved to changing the imported line to: androidx.browser.customtabs.CustomTabsIntent.
May I supposed that is a change in Android ?? or an issue ??
Thanks, Carlos.
The text was updated successfully, but these errors were encountered: