Facebook Authentication - Cannot read property 'login' of undefined
@aviking wrote: Hello,Following all the steps from here:[https://docs.ionic.io/services/auth/facebook-auth.html#logout]( Screen Shot 2017-06-04 at 20.03.42.png2868x1586 356 KB...
View ArticleFacebook authentification in the browser (localhost) and in ionic view
@ylemat wrote: Hi, I am trying to test my ionic 2 app, the facebook authentification feature using ionic-view and the browser, it does not work in both.. In the browser, I get : cordova_not_available...
View ArticleUnable to Setup Sass
@psukardi wrote: I have a new project and in my package.json I have the following "dependencies": { "async": "^1.4.0", "bower": "^1.3.3", "gulp": "^3.5.6", "gulp-angular-templatecache": "^1.5.0",...
View ArticleshowWhen platform in normal ionic serve
@mattinnz wrote: Hi, I have the following in a modal template: <button ion-button (click)="cancel()"> <span ion-text color="primary" showWhen="ios">Cancel</span> <ion-icon...
View ArticleAndroid emulator performance
@codiqa100031834 wrote: Hi all, Using the android emulator that comes with Android Studio, my Ionic app is slick and super smooth when accessing as a PWA using Chrome. However when I access it from...
View ArticleWhat is Ionic with Angular 4, MVC or MVVM?
@Petalomine wrote: Hi guys, I wanted to know if Ionic (3) with Angular 4 was MVC or MVVM. Is it possible to have an explanation with a diagram of the structure/architecture of MVC or MVVM depends of...
View ArticleExtend Math with custom prototypes in Ionic 2
@Domic wrote: Hi, I want to extend Math with new custom prototypes e.g. lerp and clamp. For example Math.prototype.lerp = function(..) {..}.But Ionic and typescript has to know this new methods. When...
View Article$ionicHistory.clear History() doesn't work android 6.0 and above
@PterPmnta wrote: I used Ionic 1 for development an application, all functions work fine Android 5.1<, but in android 6.0 o above, i try to exit of the App but don't work, just return to the...
View ArticleTab Bar active icon position changes/jumps
@keithmichelson wrote: I'm removing the titles from the tab bar icons. When I do it the icons jump to a different spot when they are tapped. <ion-tabs tabsLayout="title-hide"> <ion-tab...
View ArticleLoad from librabry image not working please suggest someone
@Nikhil_dhar123 wrote: Please check the below code... this.camera.getPicture(options).then((imagePath) => { this.presentToast(imagePath); if (this.platform.is('android') && sourceType ===...
View ArticleIonic 2 (2.2.1) documentation
@morris4ever69 wrote: Hi, I'm using the 2.2.1 version in one of my projects but I can't find anymore the relative documentation. Is possible to find it somewhere? Thanks. Posts: 1 Participants: 1 Read...
View ArticleSend multiple files to server nodejs
@Nikhil_dhar123 wrote: I have already created a topic with my code but no replies except one please help out someone how to send mutiple image files I am storing images in an object and send but not...
View ArticleCordova callback inside service layer
@lesab96 wrote: Hey all, I'm hoping someone can help me wrap my brain around a concept... I'm trying to incorporate a cordova plugin into a service, but I'm not sure how to implement that....
View ArticleCaught exception Error: cannot find module ./_basekeys
@stanuchi wrote: I go this error when i try to do ionic serve -l to start my app. it is strange because i haven't seen before anybody with an insight? Posts: 1 Participants: 1 Read full topic
View ArticleHelp Detecting Outgoing Call To Specific Number
@stolenng wrote: Hey Guys ! Is there any way on ionic, wether ionic or cordova to detect outgoing call to specific number ?E.g Someone calls number 123-45678910 and i detect it in my app. Thanks !...
View ArticleHow to add image as icon in alert
@amberying wrote: Hi,how to add flag icon in this alret? Posts: 1 Participants: 1 Read full topic
View ArticleIonic cloud Not installing
@kumar213 wrote: i am using for push Notification when i install ionic cloud through npm ( npm install @ionic/cloud --save) i got the error : npm WARN @ionic/cloud-angular@0.12.0 requires a peer of...
View ArticleWhite flick in background when changing image in state change
@sehgald960 wrote: Hi,I am facing a problem of white background flick whenever state is changed.the background image gets changed whenever the state get changed and move to the next page.but when the...
View ArticleIos --prod build error in ionic 3
@alibahjat wrote: hello i got this error when i type ionic cordova build ios --prod --release Error: Error encountered resolving symbol values statically. Calling function 'makeDecorator', function...
View ArticleError o receiving JSON object
@riteshbhat17 wrote: This is the object which i am receiving from API{"up_votes":"1","down_votes":"0"} using http.get to receive data in app, home.ts .. public vote_response:any={}; ......
View Article