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 method addDefaultShareMenuItem for Android #16

Open gabfiocchi opened 7 years ago

gabfiocchi commented 7 years ago

Some versions of Android did not display the action button Share the URL. I added the call to the method addDefaultShareMenuItem() and works.

gabfiocchi commented 6 years ago

Hello?