-
Notifications
You must be signed in to change notification settings - Fork 144
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
How do I disable this plugin for Android? #155
Comments
Here are the build failures I'm getting in case it's not possible to disable this plugin and you'd like to help me debug. It seems like the android support package is not being loaded properly. The wiki explaining to turn on Android Support is no longer relevant since it's not available to add under SDK Tools in the latest version of Android and it has moved to "Android X". I will note that I do see the implementation definition for custom tabs 23.2.0 in the gradle build file. cordova 9.0.0
|
I second this, is it possible to disable the plugin for Android. Ive managed to do it manually by commenting out the whole section in cordova-plugin-safariviewcontroller/plugin.xml, but I need to get this automatically done for the build server. Is there some config.xml foo that does this for me? cheers |
You can use plugman to install plugins only for selected platforms: |
Do I still have to manually disable this plugin on Android (We would like to use it out of convenience) or will it somehow get fixed for Android X? |
I don't want to use this plugin for the Android platform and I'm getting build errors that I'd rather not debug. How can I only use this plugin for iOS and disable it for Android? Thank you
The text was updated successfully, but these errors were encountered: