How to disable swipe navigation?
I’m using Ionic Vue on Cordova, and Android is allowing to change vue routes via swipe and I don’t want that. I added the following configurations, but they don’t help: const app = createApp(App)...
View ArticleReact.js IonTabs: How to define pages that do not include the tab bar at the...
I am wondering: How to define routes of pages that do not include the tab bar at the bottom, in Ionic React. I used to use Angular. In Angular Ionic I defined the tab routes as such, inside routes.ts:...
View ArticleIonic gallery permission not working
I am trying simple task to open the gallery via btn click. If gallery permissions are not given to application it should prompt the user to enable them else gallery should be opened. I am trying to...
View ArticleIonic Build debug vs production
Hi How can I verify that Ionic Build – prod has improved my App, as the generated www folder seems to have the same file size? 2 posts - 2 participants Read full topic
View ArticleMy app doesn't work with Capacitor 7 (Android) - All plugins are "not...
I’m using all the latest packages, ios works fine, android gives me this error: 6 posts - 2 participants Read full topic
View ArticleStyling all parts of component?
Hi! why in component like ion-checkbox not all parts of component have part attribute ? for example i have margin on class native-wrapper but i cant fix it (or i can?), may be we need more flexible ui...
View ArticleIon-Segment Not Rendering Properly in MD Mode on iOS After Navigation
Description: I’m facing an issue with <ion-segment> when forcing md mode (mode="md") on an iOS device. The problem occurs when navigating back to the page containing the segment—it doesn’t...
View ArticleWhite screen with iOS 16.2
Hello everyone, We have a Capacitor+Angular app and we are having issues launching it on iPhone 8 devices running iOS 16.2. We have also tested it on iPhone 8 devices with iOS 16.4 and in these cases...
View ArticleI want to create a stepper component in reactjs
hello, I’m trying to make a stepper component like in the image in ionic framework using reactjs and i’m trying to find if someone did it ? thanks in advance, 1 post - 1 participant Read full topic
View ArticleHow to Disable Clipboard Content Restriction into Input field
When User is Trying to enter Content from Clipboard I need to Prevent it from entering into input or Disable Clipboard in Keyboard itself 1 post - 1 participant Read full topic
View ArticleHas anyone tried to upgrade an old ionic3 project to the latest version using...
Has anyone tried to upgrade an old ionic3 project to the latest version using Cursor, the AI IDE? 1 post - 1 participant Read full topic
View ArticleHow to change the font color of the label displayed as "Email"
<ion-item> <ion-input label="Email" placeholder="email@domain.com"> <ion-icon slot="start" name="lock-closed" aria-hidden="true"></ion-icon> <ion-button fill="clear"...
View ArticleLoad styles in Ionic dynamically from a file downloaded via http
First of all, sorry for my English… I’m trying to develop an Ionic app with Capacitor using standalone Angular. I would like it to have pre-established styles by default and for them to be declared in...
View ArticleAngular navigate parent
Hi, when I am using angular router-outlet and I try for example this.router.navigate(['/detail/' + id], { relativeTo: this.route.parent }); my navigation works OK but when I switch to...
View ArticleIonic elements not showing on built version of app
Hello! I am working on a small personal project and have run into a bit of an issue. When I build my app and host it locally with http-server none of the Ionic components show, although they are...
View ArticleWeb Server Cache Issue with Ionic App
Hi All, In addition to placing my Ionic app on the App Store, I am also hosting it on a web server. However, I am unsure whether the issue I’m experiencing is related to the web server or if something...
View ArticleHandling Privacy Manifest Requirements with Outdated Firebase and Angular...
Hi, I’ve been caught off guard by the new privacy manifest requirements, which are asking for 11 declarations—mostly related to Firebase. Unfortunately, my app is somewhat outdated, as I haven’t had...
View ArticleApp slow on second launch
Hello, our app is performing perfectly on the first launch. But when we exit the app and launch again, it is extremely slow, UI renders very slowly, all pages/components when navigating to for the...
View ArticleSticky content without using ion-list
In my Ionic app, I have an element I want to make sticky. Once the user scrolls the element into view, I want it to stay at the top of the screen no matter how far down the user scrolls. I can’t get...
View ArticleiOS Firebase
Hi, I have no problem to connect to Firebase or access Firestore from web or Android. But from iOS, when compiled like an app through Xcode it doesn’t work. It’s like the connection can’t be...
View ArticleCSP Frame Ancestors for Capacitor Apps with 3D Secure Payment Integration
I’m integrating a payment provider that uses a 3D Secure authentication iframe. The flow is as follows: The payment provider returns an HTML string for the 3D Secure authentication. This HTML is set...
View ArticleionInfinite not firing
I am using ion-infinite-scroll with cdk-virtual-scroll-viewport but i have problem that when I scroll on the bottom that ionInfinite is not called StackBlitz Ionic Docs Example - StackBlitz An Ionic...
View ArticleHow to Disable Ionic CLI Update Notification in Version 3.20.0 When Running...
I am running an Ionic 3 project using Docker, but I encountered the following issue when executing commands inside the container: The Ionic CLI has an update available (3.20.0 => 5.4.16)! Would you...
View ArticleBun support for ionic CLI
How can I use Bun as the default package manager with ionic CLI? after updating the global config with ionic config set -g npmClient bun I got the following error when running ionic start > ionic...
View ArticleionItemReorder event not triggering
I just made a new Ionic 8 Vue app and tried the ion-reorder-group component, but the ionItemReorder event is not triggering and the animation freezes (because i cant do the event.detail.complete()). I...
View Article