How to change the expanded toggle icon in Ionic React for Accordion?
I am using Ionic React which has multiple accordions <IonAccordion value="sortBy" toggleIcon={addOutline} toggleIconSlot="end"> <IonItem slot="header"> <IonLabel>Sort...
View ArticleRouting in Ionic React: Transition animation not working under specific...
When using routing in Ionic React, the following code executes a transition animation: const router = useIonRouter() router.push("/page1", "forward", "push") Here, if I change routeAction to pop to...
View ArticleBaseComponents in Angular standalone
Hey, anyone knows how can I set the basecomponents in standalone components as there is no ngmodule? 1 post - 1 participant Read full topic
View ArticleCapacitor 7 build error
Hello, I have problems with new projects. When I put ionic start, it is automatically created in angular 19, capacitor 7 and generates an error when doing a build. Also, when I put the command npx cap...
View ArticleUnable to override primary color in variables.scss since upgrading to ionic 8
Updating to ionic 8, PWA project doesn’t reflect any changing I am trying to make in the variables for the pre-defined colors. Using the New Ionic color generator to create the colors and their...
View ArticleWarning en ionic build (7.2.0)
Hello, I wanted to ask about a warning. When I create a new project and then use ionic build, it generates a warning. I don’t know how this problem could affect my project. I should mention that I...
View ArticleAdding buttons to the year/month picker in ion-datetime
Is there a way to add confirm/cancel buttons to the month/year picker when using ion-datetime in calendar mode? What I mean is, if you have an ion-datetime as in the “Showing Confirmation Buttons”...
View ArticleCapacitor barcode scanner hints not working
The scanner works perfectly only problem is that it doesn’t respect the hints that should limit what we want to scan. We’re having a lot of troubles with people scanning foods and accidentally...
View ArticleApplication crashing while opening camera in some devices also when i clicked...
application crashing while opening camera in some devices also when i clicked multiple images at same time then application getting crashed at the middle in most devices and tacken too much spaces....
View ArticleHow can I go from ionic 4.0 to version 8.0?
Please describe the question in detail and share your code, configuration, and other relevant info. A while ago I made an application using ionic 4.0 and I would like to update it to version 8.0. I...
View ArticleSimulating a Broken Screen Effect in Ionic App
I’m building an app where I want to simulate a “broken screen” effect (like cracked glass) triggered by a shake or button press. I found a useful example of this effect here: Broken Screen something...
View ArticleIonic App update ionic3 - ionic7
Hello, my name is Andreus and I need big help. I’m working on updating an Ionic app. The app was originally made with Ionic 3, and now I’m trying to update it to Ionic 7. To do this, I started a new...
View ArticleGood evening, I generated an order application with ionic.
Good evening, I generated an order application with ionic. It runs on a local server and users access it through their cell phone browser using the server’s IP address. But what happens is that the...
View ArticleIon-list with label and note - note in next like text is very large
Hello, I’m using the latest ionic in vanilla JS and it works out fine, however I’ve this piece of code to generate a list of items: return `<ion-item> <ion-label>${name}</ion-label>...
View ArticleNo scrolling with ion-tabs
(topic deleted by author) 1 post - 1 participant Read full topic
View ArticleIonic Angular/ React not Deploying to vercel
Using Ionic start to make a new project, once the project has been made, uploading it to GitHub then deploying to Vercel results in a 404 error code not found. Tried this with Ionic Angular and Ionic...
View ArticleIonic build into wrong directory: www/browser?
I am reimplementing my Ionic+Angular+PWA app using updated versions of “everything”. I’ve ported everything over to Ionic + Angular v.19 and worked out all the bugs. When I do an ionic build --prod it...
View ArticleTHEME- Can I change the main.ts
Can I change the main.ts in Vue framework to the user to use own theme. This is the system: In the theme folder there is a file"themeConfig.json". The main.ts reads the file and gets the theme...
View ArticleTabs problem
Can I change or delete the tabs in the down? on the default. 2 posts - 2 participants Read full topic
View ArticleIon-icon needs addIcon(..) in Ionic8 Angular19?!
Hi, Im’ just trying out Ionic 8 with Angular19. It looks like ion-icon is not anymore working like before. I get errors like: Ionicons Warning]: Could not load icon with name “trash-outline”. Ensure...
View Article