I love Ionic & Firebase!
Yes, maybe it is caused by the Facebook API. Also make sure to use the latest version of the plugin
View ArticleThe connection to the server was unsucessfull in running app?
i am uploading some date to php server, as i upload data serve throws error but that not issue, the main problem is when app console that error, the connection to server lost so it stopeed printing on...
View ArticleReference to THIS is null
If you use function() { }, it won’t pass the context to the function. Use this syntax, as described in the docs. this.barcodeScanner.scan().then((barcodeData) => { // Success! Barcode data is here...
View ArticleComponent properties and vscode ide
Hello! Does anyone know is there any VSCODE extension that will help to discover component properties from html template? For example: <ion-icon [name]="p.icon"...
View ArticleViewChild access custom component in ion-slide
Hi, I have problems to get to a reference to a custom component which is hosted inside of a ionic slide. HTML ...... <ion-slides effect="slide" (ionSlideDidChange)="onSlideChanged()">...
View ArticlePouchDB with Ionic 3 - Which storage system should I use?
Personally I tried both, both have some issues . What issues did you have?
View ArticleStreaming media plugin plays audio only in fullscreen
Hi, I created ionic test project and add streaming media plugin. I want to stream audio when i click button and i did it but problem is that this audio only plays in fullscreen. So can anyone help me?...
View ArticleCustom SVG loader not working in ionic 2
Yes, I’ve tried that too. Same result. The issue is that the SafeHtml is not a string. My company’s standards are to type everything (enforced by TSLint). The content option of...
View ArticleIonic cordova run android --device doestn work anymore
cli packages: (/usr/local/lib/node_modules) @ionic/cli-utils : 1.19.1 ionic (Ionic CLI) : 3.19.1 global packages: cordova (Cordova CLI) : 8.0.0 local packages: @ionic/app-scripts : 3.1.8 Cordova...
View ArticleCustom SVG loader not working in ionic 2
this.customSpinner = this.sanitizer.bypassSecurityTrustHtml(html) this.loadingCtrl.create({spinner: ‘hide’, content: this.customSpinner})
View ArticleCustom SVG loader not working in ionic 2
As I have said above, that does not work where the html is an SVG. Also, this.customSpinner is not a string (which is what content requires).
View ArticleIon-search: keep cancel button visible
My solution was to bind a function to the ionInput event, adding a custom class name… menuFocusMode(ev){ let el=document.getElementsByTagName('ion-searchbar'); el[0].classList.add('MY-CUSTOM-CLASS') }...
View ArticleBackground mode not really in background?!
Why don’t you use a backend which send the user a notification every 15 minutes? Seems easier and more battery friendly then using the device itself for it.
View ArticleViewChild access custom component in ion-slide
Maybe not the problem but with a QueryList, shouldn’t u use ViewChildren instead of ViewChild ? @ViewChildren ... : QueryList ... @ViewChild .... : ElementRef/Content/Whatever a single element Have...
View ArticleViewChild access custom component in ion-slide
Just checked my code, with slider what I do is referencing the all slider (which I could confirm works fine). Like following: <ion-slides #mySlider pager="false"> </ion-slides>...
View ArticleCustom SVG loader not working in ionic 2
it does cause I have it in two apps. this.customSpinner = this.sanitizer.bypassSecurityTrustHtml("<div class='customSpinner'>\n\ <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200...
View ArticleWindows Server 2003 R2
Hello, Is it possible to install ionic and all its dependencies on windows server 2003 r2? Hope to hear from you soon. kind regards, ines
View ArticleIon Segments not working with InAppBrowser
I think this problem could also influence the performance of the ionic tabs component
View Article