Ionic package last version phonegap plugin push
Hello!!!! I need to know If i could to use last version or 1.9 version of phonegap plugin push and build with ionic package in Linux machineeee???!! Internally ionic package download pod...
View ArticleIonic build android not signing debug build properly
A Google search on the error indicates that this can be an issue with the gradle plugin. Maybe it isn't an Ionic problem. If you solve this, I'd be interested to know.
View ArticleSaving several images in an app (not gallery) & auto crop
By DB do you mean a database? Because of course you can save photos to a database -- you have to, if you don't want to store them only locally. Facebook, Instagram, etc., do this all the time. It's...
View ArticleMessage / Chat - Input in firebase - record getting duplicated - Ionic Firebase
I wonder what am i doing wrong here to get 2 inserts instead of one: my page code: send(message) { this.loader.displayPreloader(); this.uidLogin = this.auth.getLoggedUID(); let newMessage: IMessage =...
View ArticleMessage / Chat - Input in firebase - record getting duplicated - Ionic Firebase
The code you posted seems fine. Well, fine-ish. You're hiding the preloader before the message is uploaded. But your double-submit is probably coming from somewhere else, e.g., you calling send twice...
View ArticleIon-icon not showing in my app
alishokoie: <ion-item ng-repeat="info in infos"> {{info.firstName}} - {{info.lastName}} <ion-icon name="person"></ion-icon> </ion-item> Your icon is inside an ion-item....
View ArticleSaving several images in an app (not gallery) & auto crop
There are actually several discussions on the cons of storing many image in a DB. I was curious what folks here are doing. I am not sure how you concluded that FB and other apps store images in DB....
View ArticleSaving several images in an app (not gallery) & auto crop
You still didn't say what "DB" means. Depending what it means, the answer is going to be yes or no. That's why I think you need to read a book. Relying on an answer on SO that is flagged as a bad...
View ArticleLinkedin Login using Ionic
You can use ng-ui-auth (on github)The resirect uri must be http://localhost
View ArticleSaving several images in an app (not gallery) & auto crop
I edited the answer to state DB = Database. Its standard terminology. You didn't answer my question on how you assumed FB/Google etc store images in the DB Your comment on the SO thread is wrong - its...
View ArticleReferenceError: Can't find variable: cordova
@goinnovative Did you have to add or remove that base href from index.html?
View ArticleMessage / Chat - Input in firebase - record getting duplicated - Ionic Firebase
AaronSterling: The code you posted seems fine. Well, fine-ish. You're hiding the preloader before the message is uploaded. But your double-submit is probably coming from somewhere else, e.g., you...
View ArticleSaving several images in an app (not gallery) & auto crop
Again, it depends what database means. You seem to think that a database is one particular thing, and it isn't. It depends fundamentally on the data structure involved. The implicit assumption in that...
View ArticleSaving several images in an app (not gallery) & auto crop
All good points. Indeed by DB I only meant a SQLite DB that I create in the context of the app and stored in the phone. I should have clarified. More details:1. My app deals with patient data. Due to...
View ArticleSaving several images in an app (not gallery) & auto crop
I hear you about HIPAA. But on the other hand, a user stores 1,000 images of medical importance, the user's 3 year old drops the phone in the toilet, and all those images are gone forever? You might...
View ArticleError occurred during initialization of VM when ionic run android
thank you for your replay.i just need to know what is this error ? ,why it's happens ?in other projects it dose not appear and i wonder if this error happen because of the not Enough space in android...
View ArticleError occurred during initialization of VM when ionic run android
update ,my project not big at all , i just have 3 pages and using firebase and admob
View ArticleNative google maps custom marker not working on android
Hi all, I have set a custom marker which works fine on IOS however android doesn't seem to want to know it and instead loads the default. let markerOptions: MarkerOptions = { position: centre, title:...
View ArticleIonic cordova build error
I try your solution for creating the file of licences manually but this time it output me this error: [ERROR] An error occurred while running cordova build android (exit code 1): (truncated) ......
View ArticleCan Ionic use Amazon's WebVIew?
Got it, thanks! It worked out at the end when I downgraded everything to match the documentation. I had trouble finding the old Android sdk tools, where the 'android' command was not deprecated...
View Article