Closed ollwells closed 3 years ago
@EddyVerbruggen could you please take a look? I'm facing this problem when installing fingerprint-aio plugin, I think it does something androidx related and there is a compatibility issue, and I need both plugins. Thanks!
I tested the pull request on Android 10 and can verify that it works as expected.
Thanks guys!
I'll do a major version bump, just to be on the safe side.
I ran into issues attempting to use this plugin for a Ionic 5 capacitor project.
This seemed to be a common issue: https://github.com/EddyVerbruggen/cordova-plugin-safariviewcontroller/issues/155 https://github.com/EddyVerbruggen/cordova-plugin-safariviewcontroller/issues/157
I looked into it a bit more and saw android.support libraries are now replaced with androidx by default for Ionic.
So I changed the imports and found I was able to build and use the CustomTabs android implementation of this plugin. Here are the changes I made to get it to build and run.
This would appear to be a breaking change so I will leave with @EddyVerbruggen to decide on merging this change.