nraboy / ng-cordova-oauth

AngularJS oauth library for use with Apache Cordova projects
https://www.thepolyglotdeveloper.com
MIT License
456 stars 199 forks source link

Could not find InAppBrowser #205

Closed anonrig closed 8 years ago

anonrig commented 8 years ago

Even though inAppBrowser exists in my project, I receive "Could not find InAppBrowser" error while authenticating my app with Instagram.

I'm using

"ng-cordova-oauth": "0.2.0",

I believe this function is errorous: $cordovaOauthUtility.isInAppBrowserInstalled()

nraboy commented 8 years ago

What version of the InAppBrowser plugin are you using?

anonrig commented 8 years ago

Hey @nraboy

cordova-plugin-inappbrowser 1.2.1 "InAppBrowser"
nraboy commented 8 years ago

Fixed in the master branch. It was in the development branch, but I forgot to merge it.

anonrig commented 8 years ago

Please add a new release. The problem persists. @nraboy

nraboy commented 8 years ago

The master does in fact work. I tested it this morning. Are you sure your version of the library is correct?

anonrig commented 8 years ago

I am using Bower to install ng-cordova-oauth. And it recognizes 0.2.2 release by default and gathers the data from there. In 0.2.2 release, this bug wasn't fixed. @nraboy

nraboy commented 8 years ago

https://github.com/nraboy/ng-cordova-oauth/releases/tag/0.2.3