EddyVerbruggen / cordova-plugin-safariviewcontroller

:tiger: :elephant: :crocodile: Forget InAppBrowser for iOS - this is way better for displaying read-only web content in your PhoneGap app
MIT License
281 stars 143 forks source link

Migrate to Androidx #145

Open StefAtMentech opened 5 years ago

StefAtMentech commented 5 years ago

Hey,

I could not get the plugin working because of the migration to Androidx.

I have created a fork where I migrated the plugin to Androidx: https://github.com/StefAtMentech/cordova-plugin-safariviewcontroller

If it helps, I could make a pull request.

Kind regards, Stef

EddyVerbruggen commented 5 years ago

Hi!

A PR is always appreciated. I'll have to bump the major version because of backward non-compatibility, but that's fine.

Cheer!

nicolashenry commented 4 years ago

Note that the new "AndroidXEnabled" cordova option does not work because of this issue https://cordova.apache.org/announcements/2020/06/29/cordova-android-9.0.0.html .

dcxn commented 3 years ago

It is recommended for plugin developers to start migrating to support AndroidX. App developers could also use Jetifier to automatically migrates their existing third-party libraries to use AndroidX.

Per the cordova 9 release notes. Cordova 10 is now out too. Any chance we will get this migration on this amazing plugin? 🙏