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
282 stars 144 forks source link

Documentation - document that this plugin requires Cordova Android 7.0.0 or later #153

Closed AndrWeisR closed 5 years ago

AndrWeisR commented 5 years ago

CordovaInterface.getContext(), used in ChromeCustomTabPlugin.java, was only added in Cordova Android 7.0.0, so you should document that dependency, to save headaches.

EddyVerbruggen commented 5 years ago

Not sure who you're aiming this at, but the PRs are open.

AndrWeisR commented 5 years ago

I could PR... or you could just edit the Readme.md ;)

EddyVerbruggen commented 5 years ago

You can edit the document directly in the browser and Github manages the PR workflow for you.

AndrWeisR commented 5 years ago

OK, I did that.

EddyVerbruggen commented 5 years ago

Closed by #154