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

Fixes gradle task #15

Closed bayssmekanique closed 8 months ago

bayssmekanique commented 7 years ago

Checks config prior to setting minSdkVersion to resolve issue when cdvMinSdkVersion is not set prior to gradle task.

jpierront commented 6 years ago

Thanks! Any way to use this fork easily ? (Because the package.json is in a sub directory)

bayssmekanique commented 6 years ago

@jpierront, there is a branch on my repo called PluginOnly which has the plugin as the root directory.

jpierront commented 6 years ago

I did the same thing on my side this weekend, too bad not to have a simpler solution :) Thank you!

bayssmekanique commented 6 years ago

@iainmcgin, is there a reason this hasn't been pulled in yet?

iainmcgin commented 6 years ago

I no longer work for Google and there is no active maintainer for this project. I will enquire about forking this project to the OpenID Foundation, as it was primarily built for the purposes of AppAuth-JS.

sandervankasteel commented 5 years ago

Any update on forking this project to the OpenID Foundation @iainmcgin ?