In app purchase 2 receipt validation CORS
Hi there, I have an app which uses In App Purchase 2, however my submission was rejected due to requiring receipt validation. When validating receipts on your server, your server needs to be able to...
View ArticleDynamic sizing of Ionic UI Components
(topic deleted by author) 1 post - 1 participant Read full topic
View ArticleIon-tab-button and ion back button
i have problem with ion-tabs ionic lets say i having tab1, tab2, after i using ion-back-button to /tabs/1 from another page, ion tabs will show ion-tabs 1 page content with correct, when i tried to...
View Article'tar@https://skimdb.npmjs.com/registry/tar/-/tar-6.1.10.tgz' is not in npm...
I cannot install Ionic/CLI using npm as it gives error stating: npm ERR! code E404 npm ERR! 404 Object Not Found - GET https://skimdb.npmjs.com/registry/tar/-/tar-6.1.10.tgz - not_found npm ERR! 404...
View ArticleHow to render facebook,twitter URL in ionic 5 app
Can anyone please let me know how to render Facebook and Twitter URL in Ionic app ? I am trying to do it using iframe as below, but it is not working. <iframe class="webPage" frameborder="0"...
View ArticleHow to use ionic react with bluetooth printer?
I have researched the ionic documentation and I found 1 plugin to work with a printer: Printer Plugin | Cordova-Plugin-Printer for Ionic Apps. But in this document, it just has the example for...
View ArticleRequired attribute not working on ion-select
Is there any way to have “native” validation on ion-select? required attribute isn’t working since it’s technically just a hidden input. 1 post - 1 participant Read full topic
View ArticleUpdating the state of the Home page component from an IonModal
TLDR: I am adding data to the Redux store from an Ionic Modal that should be displayed on the home page, but when the modal is closed the home page isn’t updating to show the new data. I have an...
View ArticleUnrelated view is mounted
I’m using Ionic v5 Vue for a simple app. { path: '/account', component: () => import('@/views/Account.vue'), }, { path: '/invoice', component: () => import('@/views/Invoice.vue'), }, And then in...
View ArticleIonic-image-loader alternative to preload images
Any good alternatives to this? I am using Capacitor. ionic-image-loader - npm has not been updated in a couple of years and while I can build it with 7.0.0-beta-2. It has this error when serving or...
View ArticleAngular ngFor not iterating through array on Android
Hello all, First post, and pretty new user of ionic. So far I love it! My web app is working just dandy, but I’m running into an issue with android (haven’t gotten to iOS yet). I scoured the internet...
View ArticleTranslate Module missing into external component
Hi everyone. I have a strange issue with translate module. I try to describe the scenario: Main page ClubSettingsMenuComponent (it is a Popover Menu) Main Page has a button that open popover Menu...
View ArticleIon-input weird behavior and focus delay on iOS only
Hello everyone! It’s my first time here, I hope each and every one of you is healthy and doing well. I recently started learning Ionic and while working on my first project, I noticed that problem...
View ArticleReact + Ionic 5 and routing
Hey guys, I’m working on an app that contains a set of routes: One is the “home” page, a page with 2 buttons that navigate the user to /login or /register. The other is the “dashboard” (user) page,...
View ArticleSearch bar in header - not vertically centered on iOS
(topic deleted by author) 1 post - 1 participant Read full topic
View Article@ionic-native/clipboard constructor breaks app
I am trying to use the @ionic-native/clipboard to copy some text in my app. However, once I add private clipboard: Clipboard to my constructor, my app screen turns black in the Ionic Lab with the...
View ArticleSearch bar in header is not vertically centered on iOS
Using Ionic version 6.17.0, with this template code: <ion-header> <ion-toolbar> <ion-buttons slot="start"> <ion-menu-button></ion-menu-button> </ion-buttons>...
View ArticleHow do you use Gestures API in a Vue Component?
I don’t understand how to integrate the Vue Gestures double press API example in the Ionic documentation into a Vue component. The example seems to be lacking any Component context and my attempts to...
View ArticleIonic React: Going back IonTabs to another IonTabs error
I do not know if this is a bug or not. So I have router with switch. Each switch has different IonTabs inside it. Here is my router: <IonPage id="main"> <Switch> <Route...
View ArticleIonic 3 app taking huge time to run and build
Hi, I’m using ionic 3 and i’m using lazy loading ,My app contains more than 200 pages. My problem is while running,building app taking huge time.It’s been frustrating to develop.Can anyone help me out...
View Article