Kunal Deshmukh
Kunal Deshmukh
Hi, Please try this. This should work: let strategy = new OAuth2Strategy({ authorizationURL: this.configParams.authEndpoint, callbackURL: this.configParams.callbackUrl, clientID: this.configParams.clientId, clientSecret: this.configParams.clientSecret, **passReqToCallback: true,** tokenURL: URL }, function (req, accessToken, refreshToken, params,...
Hi Put your icon and pad in resources folder in root of ionic app. Then run following command Ionic resources. Automatically icons will be generated and for iOS and android...
Hi Which version of iconic you are using? Yes We have to run command in ionic project. And it seems you are using ionic 2. So you need to add...
Even if you using ionic 1 you require ionic.config.json as you must have update ionic cli.