Cloud Firestore
@MatthiasE wrote: Hi all, yesterday Google launched Cloud FIrestore as an alternative for the realtime database. Does anyone already know how it will work with ionic (e.g. AngularFire)? Any...
View ArticleHow to implement a custom jQuery function
@wthijmen wrote: Hi all, It’s kinda weird question and yes I know it’s not the way you have to do it but I can’t do this without jquery. My app is duplicating buttons, after it duplicates the button...
View ArticleIs it possible to do this type of notification in Ionic
@baadier1 wrote: Is it possible to create these interactive app drawer notifications in Ionic on both iOS and Android as per...
View ArticleIonic3 NavController canGoBack() always returns false
@davhad wrote: This happens even on a page where the back button shows and where if the back button is clicked it does take the user to a previous page meaning that the stack length is larger than 0....
View Article[RESOLVE] List of Ion-Cards
@NurGuz wrote: Hi guys, I needed a list of items of ion-cards with images and ion-fac icon… I have this but don’t run correctly. Only print the img, not buttons, not ion-icon, not card-title…...
View ArticleError: Can't resolve all parameters for MyPage:
@anton_klochko wrote: Hi all ! Could anyone suggest please how to fix such error, after successful build on Ios platform I see white screen with such error … Error: Can't resolve all parameters for...
View ArticleDisplay Array from Json file withe Ionic
@nicanorngouan wrote: Hello All, I’m a biginner with Ionic. I’m trying to implement a web service in my Mobile application. My Http request return me a Json file organised like this. [ {...
View ArticleIs possible to upload files even on redirect?
@mcihak wrote: Hi all, in my app I am starting the upload of files on click on button. The upload is success when I stay on the same page until upload is complete. But Is possible to complete upload...
View ArticleContent overshoots background image
@rajkhowa wrote: In my app i am using a background image for a page and it is working fine. The code i am using is: ion-content { background-image: url(…/assets/img/awesome.png);...
View ArticleCan we change the default spinner of splash screen?
@muthukumar02 wrote: Hello everyone ,help me how to change default spinner in the splash screen , Posts: 1 Participants: 1 Read full topic
View ArticleNamespace 'firebase' has no exported member 'Promise'
@moscoso wrote: hey, I’m getting an error when I build in the cloud typescript: node_modules/angularfire2/app/firebase.app.module.d.ts, line: 12 Namespace ‘firebase’ has no exported member ‘Promise’....
View ArticleRun Android not updating
@SannNL wrote: Since about an hour when running ‘cordova run android’ the app loads an older version and is not updating. I tried platform rm android and re-adding the platform. I also deleted the app...
View ArticleIonic Pro - Ways to pull builds?
@moscoso wrote: Hey is there away to git pull a build from Ionic Pro? I have no idea what broke my latest builds so I’m trying to atleast pull a working one. To be clear my app builds find locally,...
View ArticlePush from app.component
@SannNL wrote: I’m trying to push my app to a page from app.component.ts. I used this tutorial in the docs: https://ionicframework.com/docs/api/navigation/NavController/ Sadly the app doesn’t get...
View ArticleIonic3 + Firebase Database security + PayPal
@dimitri320 wrote: I’m using Ionic 3 with Firebase Database and PayPal for payments. In my App users are able to purchase via PayPal listings offered by other users on the App (marketplace). I ran...
View ArticleI wanna learn ionic
@ItsHunny wrote: hello everyone. i wanna learn ionic i want to ask that from where i can start it . tell me something about it’s platform or a compiler on which it runs and what is a difference b/w...
View ArticleWarnings at install Native Plugins
@ebosques wrote: Hello! How can I solve this issues or warnings that appear when I am installing a plugin.: npm WARN @ionic-native/splash-screen@3.12.1 requires a peer of @ionic-native/core@^3.6.0 but...
View ArticleAndroid Emulator Not Working after Updating my MAC to 10.13 (latest)
@hasnen712 wrote: Error: android: Command failed with exit code 1 Error output: Exception in thread “main” java.lang.NullPointerException at java.io.File.(File.java:277) at...
View ArticleAny help with *ngIf directive in my chat app
@arsene123 wrote: hello guys, i’m building a chat app where user can send picture to other. Here is my json response ngIf.PNG908x500 30 KB and my html code : <div class="chat-bubble right...
View ArticleCalculate Data Usage on Network
@EresDev wrote: This is my first application on Ionic and I am working on an application that needs to calculate the total amount of data usage on the network (not the wifi) within a specific time...
View Article