nraboy / ngx-cordova-oauth

Angular oauth library for use with Apache Cordova projects
MIT License
128 stars 65 forks source link

Strava problem login #82

Open alextomas80 opened 4 years ago

alextomas80 commented 4 years ago

Hi! I've a problem to login with strava. I can see correct login page, but when i click in Login with Facebook (inside modal window strava) it close!

Simulator Screen Shot - iPhone 11 - 2020-02-05 at 12 24 11

I push in "Acceder con strava", and I can see this:

Simulator Screen Shot - iPhone 11 - 2020-02-05 at 12 33 26

Well, i push in "Login using Facebook" and... it close!

Simulator Screen Shot - iPhone 11 - 2020-02-05 at 12 34 08

And I've this error in xcode:

2020-02-05 12:33:20.151774+0100 MyApp[16786:264640] WF: === Starting WebFilter logging for process MyApp 2020-02-05 12:33:20.151967+0100 MyApp[16786:264640] WF: _userSettingsForUser : (null) 2020-02-05 12:33:20.152148+0100 MyApp[16786:264640] WF: _WebFilterIsActive returning: NO 2020-02-05 12:33:22.877335+0100 MyApp[16786:264640] WF: _userSettingsForUser : (null) 2020-02-05 12:33:22.877464+0100 MyApp[16786:264640] WF: _WebFilterIsActive returning: NO 2020-02-05 12:34:04.118692+0100 MyApp[16786:263932] CDVWebViewDelegate: Detected redirect when loadCount=0 2020-02-05 12:34:04.456881+0100 MyApp[16786:264640] WF: _userSettingsForUser : (null) 2020-02-05 12:34:04.457091+0100 MyApp[16786:264640] WF: _WebFilterIsActive returning: NO 2020-02-05 12:34:04.539659+0100 MyApp[16786:263932] webView:didFailLoadWithError - -999: The operation couldn’t be completed. (NSURLErrorDomain error -999.) 2020-02-05 12:34:04.578877+0100 MyApp[16786:264640] WF: _userSettingsForUser : (null) 2020-02-05 12:34:04.579962+0100 MyApp[16786:264640] WF: _WebFilterIsActive returning: NO 2020-02-05 12:34:04.684562+0100 MyApp[16786:263932] ERROR: {"line":109933,"column":33,"sourceURL":"ionic://localhost/vendor-es2015.js"}

My ionic info:

Ionic:

Ionic CLI : 6.0.1 (/usr/local/lib/node_modules/@ionic/cli) Ionic Framework : @ionic/angular 4.11.10 @angular-devkit/build-angular : 0.801.3 @angular-devkit/schematics : 8.1.3 @angular/cli : 8.1.3 @ionic/angular-toolkit : 2.1.2

Cordova:

Cordova CLI : 8.0.0 Cordova Platforms : ios 5.1.1 Cordova Plugins : cordova-plugin-ionic-keyboard 2.2.0, cordova-plugin-ionic-webview 4.1.3, (and 5 other plugins)

Utility:

cordova-res (update available: 0.9.0) : 0.6.0 native-run : not installed

System:

ios-deploy : 1.10.0 ios-sim : 8.0.2 NodeJS : v10.15.3 (/usr/local/bin/node) npm : 6.11.2 OS : macOS Catalina Xcode : Xcode 11.3.1 Build version 11C504

Any ideas??

alextomas80 commented 4 years ago

Ah! If i try login in strava with normal credentials (without facebook), email and pass.... work it !

Ideas?