Ionic 5 rest call
@Lona wrote: I am migrating a simple app from ionic to the latest version (5). I want to make a simple rest call and populate that data in a screen. But struggling to see how this is done in the...
View ArticleGetting timestamp data from firebase into a Calendar **Urgent
@ryan-kelly1997 wrote: Hi, I am a newbie to JS and I want to access a field in firestore collection called datecomp which is a timestamp and pass this date into a calendar so that when the calendar...
View ArticleAfter migrate to capacitor still getting Apple warning related UIWebView
@purplecommerce wrote: Hi there, I have a code base, initially created with cordova. After Apple warning I moved to capacitor and tried to upload to app store but I am still getting this warning...
View ArticleMissing form label wave error in ionic for ion-textarea even after using...
@deeptisetti wrote: i’m using ion-textarea in my application. when I use wave tool it is throwing no form label error even though i use ion-label. The problem is there is no aria-labelledby property...
View ArticleCapacitor Android White Screen. Console.log show empty
@hendryzheng9207 wrote: Ionic: Ionic CLI : 5.4.16 (/usr/local/lib/node_modules/ionic) Ionic Framework : @ionic/angular 5.0.7 @angular-devkit/build-angular : 0.803.26 @angular-devkit/schematics :...
View ArticleHo do start a plain ionic project - no angular or react?
@bryanwadd wrote: First of all I’d like to say ‘Hi’, I am new to the forum and this is my first post. My question is: How do I ‘ionic start …’ a new project that does not include Angular? I would like...
View ArticleFirebase events
@olaisen wrote: Hello everyone! I integrated the management of notifications via FireBase following the capacitor guide for ios...
View ArticleHow to reload page everytime when ion-tab is tabbed in ionic 4?
@Haug wrote: I have a question concerning reloading a page each time when ion-tab is clicked - even if the page is already active. If it’s possible, is it also possible to pass a value to the page? If...
View ArticleWhere does ionic look for android studio?
@lhk wrote: Opening the capacitor android project always starts Android Studio 3.5.x. This is outdated and creates a gradle sync issue. How does Ionic open Android Studio? How can I change the path?...
View ArticleTrigger manually ngFor or making it update DOM correctly
@Fringo wrote: i have this code TS modal.onDidDismiss().then(res => { if (res.data !== undefined) { this.foodAllergies.push(res.data) if (this.categories.length === 0) {...
View ArticleExchanges Bluetooth signals with nearby phones
@peter_med wrote: Is there plugin or other way for ionic to exchanges Bluetooth signals with nearby phones running the same app. Posts: 1 Participants: 1 Read full topic
View ArticleUse search result
@fc299684 wrote: Hello how are you doing? I have a problem, I can’t find where I should continue. It is a SearchBar with FormControl, I need to use the result hint to fill in the value of that...
View ArticlePrevent ion-input from hide
@JaafarDV wrote: Hello everyone I have tried in many ways to prevent the keyboard from being hidden(like telgram or whatsapp or other) after pressing the send button Posts: 1 Participants: 1 Read full...
View ArticleGlobal project counter with behavior subject
@iondo wrote: Hello, I´m trying to share my count results to two other components after filtering projects. When I filter my projects I want to share the count to two other components. And when I...
View ArticleTypeError: Cannot read property 'indexOf' of undefined
@Shola wrote: I am trying to create a search in ionic 5 and i keep getting this error. i discovered that the filter is not returning an array but JSON, i don’t know why this is happening. i am...
View Article(exit code 127)
@szangana wrote: Hello, I am having trouble when I try enter ionic serve into command line. I get this error code: exit code 127. I have tried several paths to resolving this issue. Installing current...
View Article*ngFor Doesn't List All My Items Just The Recent One
@mahirmersimoski wrote: I have this simple ngFor for showing my posts from firebase but i only get the recent one and not all of them. What could be the cause? This is how i create the posts...
View ArticleBlank Screen Shows When I run ios app in testflight
@Shohei1118 wrote: I’m using ionic 4 with Capacitor. When I run app on the emulator in xcode, my app works fine, but When I uploaded my app into app store connect and tested in native device, Blank...
View ArticleChat footer hide after run apk
@Manojkmehta wrote: I am using ionic 3. when I start to chat the footer hidden on the back of the keyboard. problem is on apk file. it is ok on devApp ba75b894-f087-4f9b-96d7-7acdf569ee83590×1280 32.6...
View ArticleHow to change image default location using camera plugin in Ionic 4?
@mewadaashish wrote: Hi, I am new to ionic. I don’t have much knowledge. I am creating an app using the camera plugin. Friends, I have to keep the photo taken with my camera in the folder I made...
View Article