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

Rename to neutral naming #52

Open darkyen opened 7 years ago

darkyen commented 7 years ago

Since this supports Chrome as well as Safari, shouldn't this be renamed to something more neutral? Like cordova-plugin-systembrowserview or cordova-plugin-shared-browser?

pwbs commented 7 years ago

Sorry but may I ask: what you mean by "this supports Chrome"? It's a SafariView that is used for this plugin. Is there something like a ChromeView in iOS?!

EddyVerbruggen commented 7 years ago

@pwbs The Android part of this plugin uses Chrome Custom Tabs.

pwbs commented 7 years ago

@EddyVerbruggen oooooh... Ok. So I have to have a look at the Android part of this plugin then! Thanks for your answer.