Ionic v4: Main attribute in router-outlet not documented
@suben wrote: I’ve used the ionic menu in my app–which in the first place, didn’t swipe–so I’ve read some of the documentation of Ionic and saw, that they added an attribute main to the...
View ArticleStore firebase login locally
@heardnetwork wrote: We have an app that uses firebase to log people in for a local chat app. The app doesn’t store the login locally though, so that a lot of the time especially on a slow connection...
View Article--type option with start command in Ionic 4
@atiyar006 wrote: this docs page says - Use the --type option to start projects using older versions of Ionic. whereas this docs page says - Next, create an Ionic v4 app using our “Tabs” app template:...
View ArticleIONIC 4 : content.scrollToPoint is giving an error as Cannot read property...
@dvtopiya wrote: I am using scrollToPoint as below to scroll to a specific point in my component. @ViewChild(IonContent) content: IonContent; this.content.scrollToPoint(0, yOffset - 70, 1000); But it...
View ArticleHow to display api data in ionic 4?
@gokujy wrote: Hello, I am getting data using API calls in ionic 4, but I’ve got 3 data at once and it’s three different array so my question is how can i display this data in ionic pages? I tried...
View ArticleTime range selection
@yogeshyoyo wrote: Hi, i have to implement time range selection using ion-range and get time values from it. can anyone help me how to implement this. see the screenshot below. EventBoard.jpg798×1533...
View ArticleBackground Service Call
@victorsam wrote: How to integrate Background service call in ionic 3.While the app is in kill state ? Posts: 1 Participants: 1 Read full topic
View ArticleIonic cordova prepare ios - not working (ionic4)
@joabchua wrote: Hi all, I am facing this error while trying to run ionic cordova prepare ios and run ios. Error msg is as shown below. Using "requireCordovaModule" to load non-cordova module "glob"...
View ArticleIonic 4 Asynchronous Validator that works?
@IonicGeoff wrote: Does anyone have an example of an Asynchonous custom validator using a http call that actually works? I have tried adapting this to Ionic, but I can’t figure out how to get it to...
View ArticleIONIC 4: Slides content not displayed properly
@daminivyas wrote: I implemented 3 ion-slides which displays components under the same ion-content tag. But the slides view have some space at the bottom according to the maximum content area of the 3...
View ArticleHow to handle CORS issue, API called twice?
@ashokInceptive wrote: Hi, I have integrated change password API with header (‘Content-Type’, ‘application/json’). API called twice, 1st - Request Method: OPTIONS 2nd - Request Method: GET The...
View ArticleIonic 3: Ionic Storage with Observables
@maxkoch wrote: Hey Ionites! I have CustomerPage, CustomerService and AuthService. In need to pass an access_token from AuthService to CustomerService for http-get request. AuthService and...
View ArticlePreload components, page opens with delay after first click
@Corbis wrote: I am using ionic v4 and lazy loading in my app like @NgModule({ imports: [ RouterModule.forRoot(routes, { useHash: false, preloadingStrategy: PreloadAllModules, }) ], exports:...
View ArticleIonic 4 Nav Push not pushing Page
@D4rkMindz wrote: While developing a new (tabs based) ionic app, i tried to push a new page. I already tried this.navCtrl.navigateForward(MyComponent) and...
View ArticleCursor blinks on ios
@iokinyu4 wrote: Cursor blinks when I typing on Input or Textarea How to fix this issue? see video I use cordova-plugin-ionic-webview 4.0.0. and platform version is ios@4.4.0 cli packages:...
View ArticleIonic 3 ion-select
@tuxman wrote: Default values using ion-select multiple. HTML: <ion-select multiple="true" [(ngModel)]="repeated" (ionCancel)="repeatOnCancel()" (ionChange)="repeatOnChange()"> <ion-option...
View ArticleHow to save different relations of different table
@FK2193 wrote: I want to create a reminder, I have completed my backend in spring-boot but I m confusing how to save all that tables through ionic. please help me out! Posts: 1 Participants: 1 Read...
View ArticleHow to do check if a string is in the array?
@Manel00 wrote: Hi! I’d like to know how could I check if theres a string in an array on Ionic 4, thank you so much Regards Posts: 2 Participants: 2 Read full topic
View ArticleHow to solve the Promise returned by the Ionic storage?
@ioclaudio wrote: Hi, I’m trying to read a token from the Ionic storage with a “get”. I know it returns a Promise but I’ve defined this asynchronous method: async getToken() { return await...
View ArticleIon-selectable with default
@lohith95 wrote: how to make ion-selectable with default selected value in ionic 4?? Posts: 1 Participants: 1 Read full topic
View Article