In App Purchase2 - Google Play Something went wrong on our end
@test-nikko wrote: I am trying to make the in app purchase 2 plugin on my app. But then when I click my purchase button it always said that. “Something went wrong on our end. Please try again”...
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 ArticleIn App Purchase - Google Play Something went wrong on our end
@test-nikko wrote: I am trying to make the in app purchase 2 plugin on my app. But then when I click my purchase button it always said that. “Something went wrong on our end. Please try again”...
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 ArticleCenter in column
@basti wrote: Hi, I’ve a responsive <ion-grid> and in each <ion-col> one <ion-card>. Every card is with fixed height and width, so they don’t adapt to the specific screensize. To let...
View Article