Error trying to diff '[object Object]'. When fetched data using ID
@anggaerlangga wrote: I got trouble when fetched from the database. Show this error in my console “Error trying to diff ‘[object Object]’. Only arrays and iterables are allowed”. I want to fetch data...
View ArticleImage editor plugin
@iamshakti wrote: is there any free image editing plugin available Posts: 1 Participants: 1 Read full topic
View ArticleIs Ionic Storage good for an expense tracker app?
@dogdogcatcat wrote: I am making an expense manager app that can hold expense/earning rec ords on the basis of day (dates as key) and sortable by month, week, year etc. So, Will it be good if I use...
View ArticleGenerate Resources Failing
@dondizy wrote: HTTP Error 503 occurs when trying to generate resources. Output of Ionic Info: Ionic: ionic (Ionic CLI) : 4.7.0 Ionic Framework : @ionic/angular 4.7.0 @angular-devkit/build-angular :...
View ArticleIonRouterOutlet in App.tsx makes my components re-render
@Solracid wrote: In my app using the IonRouterOutlet in my App.tsx made the inner routes re-render up to 5 times. I solved that by using a React instead of . It is confusing to me that in the...
View ArticleWhich is the difference between imports and providers in app.module?
@ioclaudio wrote: Hi, I’ve seen that in many tutorials that there is a different use of the imports and of the providers section of the file app.module.ts. @NgModule({ declarations: [AppComponent],...
View ArticleCore.js:6014 ERROR Error: Uncaught (in promise): TypeError: Cannot read...
@harishvudari wrote: i getting core.js:6014 ERROR Error: Uncaught (in promise): TypeError: Cannot read property ‘then’ of undefined TypeError: Cannot read property ‘then’ of undefined error while...
View ArticleConnection Refused
@eff wrote: I am building a mobile app for Android using Ionic + Angular and I implement an OAuth2 workflow. When the authentication endpoint redirects back to my app, the navigation is blocked...
View ArticleBuild on iOS with capacitor (xCode) and plugin background-geolocation is not...
@Tani2020 wrote: Hi, I know this bug belongs to the cordova-plugin-background-geolocation, but I was wondering if someone here can help me. I created an issue on github of the project:...
View ArticleIonic 4 facebook login
@nishutyagi25 wrote: How to set facebook login for web only in ionic 4 app? Posts: 1 Participants: 1 Read full topic
View ArticleWhat does the .hydrated class do?
@cdruc wrote: Hello, I’m using the ionic printer plugin in a project and it seems to be working in the browser, but not on IOS devices. When I close the printer modal (either by pressing...
View ArticleType 'T[K]' does not satisfy the constraint installing angular fire
@ioclaudio wrote: Hi, I’d like to use Firebase FCM in an Ionic4 app. I’ve seen that a common way to do this is to use the @angular/fire library. I have installed it in this way: npm install...
View ArticleIonic and Iconv-lite
@Vartex05 wrote: Hi, iam working on App, which uses bluetooth printer to print bills. To get bill printed with correct diacritics, i need to encode it to correct coddepage. This can be done with this...
View ArticleIonic 5 slow on Android device first load of icons and other scripts
@trfletch wrote: I have upgraded an Ionic 3 app to Ionic 5 and almost ready to go live with it but I have noticed that certain things are very slow when running on Android such as the initial loading...
View ArticleAccessing @ionic/storage from Cypress.io
@vicatcu wrote: Is it possible to access the @ionic/storage driver from the global window object? I’m trying out cypress io for e2e testing, and it would be a convenient means to automate login to...
View ArticleHow to convert Camera Image to blob in ionic 5?
@gokujy wrote: I want to post multipart form data, for this, we can do like this: let formData = new FormData() formData.append('myfile', 'your blob') this.http.post(url, formData) But I don’t know...
View ArticleCalDav, EAS and IMAP
@federicoballarini wrote: Hi all, I’m new at Ionic framework. I would like to create an app that auto-configure CalDAV (or EAS) calendar and IMAP account (maybe using default system app, i need only...
View ArticleUpdate ion-list from subscribe not update data
@joao-correia wrote: Hi. I’m a newbie on Ionic and Angular, i’m struggling try to show content in ion-list after syncronize from an API. The first nothing appears but if i refresh the browser the data...
View ArticleAdd flag WKWebViewOnly
@webteambel wrote: Hello, I’m using cordova-plugin-inappbrowser (https://github.com/apache/cordova-plugin-inappbrowser) in my project, is it possible to add WKWebViewOnly flag to ionic 4/5 project...
View ArticleIonic 5 compiling error rxjs
@martrix78 wrote: if 1 start dev server 1 see an error: [ng] ERROR in ../mts-crosslife/node_modules/@angular/core/esm2015/core.js [ng] Module not found: Error: Can't resolve 'rxjs/Observable' in...
View Article