What do I have to write tu push an chip name into the array?
I want to add a new Ion-chip when clicking the +button. But what do I have to write here : this.tagName.push(); /// I mean into the brackets. Because tagName doesn’t work. HTML <ion-chip #chip...
View ArticleHow can I have two markers on native google maps and show route?
Hello guys, How can I get two markers on native google maps? In my project, I need one dynamic marker and one fixed marker. This is how I’m adding my first marker which is getting its latitude and...
View Article[solved] file.externalDataDirectory is sometimes null but sometimes not
I have this code: constructor(private file: File) {} ngOnInit(){ console.log(this.file.externalDataDirectory); var filesDirectory = this.file.externalDataDirectory;...
View ArticleRuntime Error Uncaught (in promise): Error: StaticInjectorError[HTTP]:...
Another right way: import { HttpModule } from ‘@angular/http’; on app.module.ts import { Http } from ‘@angular/http’; on the page you’ll work on it with the constructor injection (public http: Http,)...
View ArticleNeed Someone For Basic App (Already Mocked Up - Preview Link Available)
Hi @codiqa100096189, I’m currently available and I might be interested working on this project. Let’s chat and see if there’s a mutual fit My email is nuno@nunoarruda.com Cheers, Nuno
View ArticleIonic object squire once click
how to remove the color blue squire in my button object this is crazy. thank you
View ArticleHow to make a draggable Fab?
Tommertom: Only the FAB needs some rework due to its position relative to the click Can u elaborate on that?
View ArticleIonic 3 Tinder Like Cards
Have you installed SwipeCardsModule? If not, then use this command to install it. npm install ng2-swipe-cards --save Then add it to the app.module.ts file.
View ArticleImagePicker
This post helped me to get the imagepicker working: https://stackoverflow.com/questions/47734623/no-access-to-selected-images-via-image-picker-plugin-in-ios
View ArticleIonic 3 Double blur to display correct validation on inputs
Hi, I have very basic web forms and for some reason they are forcing me to blur twice before they display/update the validation colors of the input (e.g. red/green border that comes OOTB with Ionic)....
View ArticleIonic 3 Double blur to display correct validation on inputs
Here is a screenshot to show that the form validation has clearly updated to show that Invalid First Name correctly, but still thinks the input is valid.
View ArticleSaving image from base64togallery
Hi, are you taking the photo from camera, or picking it from file chooser?
View ArticlePush Plugin Error SERVICE_NOT_AVAILABLE
Hi, Everyone! I am using Ionic 3.20.0, Cordova 7.1.0, and I am trying to push notification using FCM. When I test app in android emulator, it works fine, register device token, send and receive push...
View Article[Showcase] Social share feature
Yes. I got the stencil component to run in an Ionic 3 app, but the control renders as an empty block about 4 x the size of a typical button. No errors. Build finds the JS. Followed your set up...
View ArticleHow to set font-style and font-size for all pages in ionic 3?
Friends, I am developing a mobile app first time . When I create apk using ionic cordova run android I got one style and when created using ionic cordova run android – prod got small font-size than...
View ArticleHow to save captured image in sdcard folder (default path is emulated/Pictures)
var options = { sourceType: this.camera.PictureSourceType.CAMERA, destinationType: this.camera.DestinationType.DATA_URL, allowEdit: false, encodingType: this.camera.EncodingType.JPEG,...
View ArticleIonic resources returns 410 (gone) error?
“ionic config set backend pro -g” not worked for me, has someone got this problem? how to solve it? Thanks in advance. my ionic info: @ionic/cli-utils : 1.19.2 ionic (Ionic CLI) : 3.20.0 global...
View ArticleHow to send MMS in ionic 3
Hello i want to send picture and message through MMS in ionic 3, Please suggest me any best solution to do. thanks in advance
View ArticleIonic3 error No provider for Storage! Error: StaticInjectorError[Storage]?
Hello to all, I got error after click click any links in my app sir please check my app.module.ts file tell m what’s the wrong in my code? import { BrowserModule } from '@angular/platform-browser';...
View Article