google / cordova-plugin-browsertab

A Cordova plugin that provides an interface to in-app browser tabs that exist on some mobile platforms, such as SFSafariViewController on iOS and CustomTabs on Android.
Apache License 2.0
117 stars 147 forks source link

Add closing Browser Tab on iOS #6

Closed chuchuva closed 7 years ago

chuchuva commented 7 years ago

Fixes #4

chuchuva commented 7 years ago

@WilliamDenniss Done! Please review again.

iainmcgin commented 7 years ago

I still don't know if this is the right approach, because a close() method of this form cannot work for Android. @WilliamDenniss do we want platform-specific methods in this library?

WilliamDenniss commented 7 years ago

Thanks for your change, it was merged as part of #9.