How to project one observable to another?
danieldugger: Does your code still state retrun instead of return? Oh sorry, no that’s my typo. And the code builds fine with no error on my machine, but no buttons are added to HTML, which mean the...
View ArticleHow to project one observable to another?
HassanKhademi: I was hopping that *ngFor="let user of users | async" will subscribe to it and does its magic. I resurrected the wombats from that other post and used this in HomePage: wombats:...
View ArticleIonic Deploy breaks app in iOS 12
Hello, I have an iOS application on a server using Enterprise Distribution. Everything was working fine for my clients on iOS 11 until someone upgraded and now the app breaks instantly. I’ve rebuilt...
View ArticleHow to project one observable to another?
rapropos: Could it possibly be an rxjs version issue? I’m still using ionic 3 / rxjs 5, fwiw. Mine are (in package.json): "rxjs": "^6.2.2", "rxjs-compat": "^6.2.2",
View ArticleInAppPurchase2 crashes on v4
Hi, I am using ionic v4 and testing it on iphone. I do not have a mac so I am building it on phonegap and deploying to iphone for testing. I am trying to integrate inapppurchase functionality: hence...
View ArticleIonic version 1 whitelistening an api url
Hi, I have an ionic version 1 app, and after compiling using ionic cli version 4, the search does return an error. Must i install cordova whitelist and configure so that the app can access the api url...
View ArticleTemplate showing [object object]
Hey rapropos So here is my code from the project. this is just a test app, to get familiar with ionic/typescript my component : import { Component } from '@angular/core'; import { NavController,...
View ArticleFocusing on form input on ionic-v4
I’m trying to figure out how to focus on ionic form inputs programatically on Ionic 4. At first I tried to set focus on page init, by using @ViewChild, the Input class (that I believe is replacing the...
View ArticleTemplate showing [object object]
JosephOR: I know i have the object set to ‘any’ You should avoid doing that, but not for reasons that have anything to do with your question. Giving players an interface like: interface Player { name:...
View ArticleCurrent working version of Local Notification
Blockquote Does anyone know what is the current working version of the local-notification plugin that we should be using? Good question! I was using version 0.8.5 until I have a problem with my...
View ArticleIonic 1 http post failing
I am compiling an Ionic version 1 App to a device. When i run ionic serve on the browser i can search and get a search result as the return. I am using an http.post:...
View ArticleResponse management
I have a service where I send the data to an API that is the one that does the magic. To this day I have only made the CRUD to a BD in MySqlserve, until there all right. I send the data to the API but...
View ArticleIonic Deploy breaks app in iOS 12
Hi there! Please open a ticket on the Pro support forum https://ionic.zendesk.com/hc/en-us Pro support team will be able to work with you and debug this.
View ArticleLocal Notification Unknown property: trigger
I’m using Local Notification plugin and when I schedule a notification, it give me the message on console “Unknown property: trigger” and fires the notification (can’t schedule). I already uninstalled...
View ArticleAdding SVG to DOM from server via javascript sometimes fails
I’m trying to append SVG to the DOM, like so: let avatarContainer: Element = document.querySelector('#avatarContainer'); avatarContainer.innerHTML = this.user.MainCharacterAvatarContent; console.log(...
View ArticleConvert Data Uri/File URI to blob - ionic3
Hi, In my application, I need to upload an image from phone. I’m using cordova plugin camera for taking picture or selecting picture from phone library/gallery. I need to convert the image to BLOB...
View ArticleLocal Notification Unknown property: trigger
Solved by installing the latest version of the plugin (0.9.0-beta.3). But only worked after uninstall previous version and delete all files with ‘local-notification’ and ‘localnotification’ in its name
View ArticleEvents, Subject, BehaviourSubject nothing working in app.component.ts ionic v4
i want to change menu according to login logout. using all 3 options for subscribing data. but nothing working. not firing after logout/login. firing only once on app load.
View ArticleHow to display Json object in Ionic 3
How to display this Json object. {id: “1”, Fajr: “6:00”, Sunrise: “7:01”, Zuhr: “13:06”, Asr: “17:25”, …} Thanks
View Article