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

Release changes to npm #14

Closed bayssmekanique closed 7 years ago

bayssmekanique commented 7 years ago

There have been several minor code improvements in the last few months but no npm release and the repo is structured in a way that prevents it from being pulled directly into Cordova projects.

Can we get a release to npm with the recent changes, please?

aggarwalankush commented 7 years ago

I'm also waiting for this but I found a workaround till then. You can download the repository and run following command to add plugin.

cordova plugin add /path/to/my/plugin/my.plugin.folder.here/

for example, cordova plugin add /Users/Ankush/Downloads/cordova-plugin-browsertab-master/plugin

reference - http://stackoverflow.com/questions/30345035/how-to-add-a-local-cordova-plugin-with-ionic

iainmcgin commented 7 years ago

I've pushed 0.2.0 - sorry for the huge delay, this project is pretty low on my current set of priorities.