Error during the build on Android Studio with @capacitor/barcode-scanner
To confirm, you set minSdkVersion = 26 (reference)? What version of Android Studio and what OS (Windows, Linux, Mac) are you running? In Android Studio, if you go to File → Settings → Build,...
View ArticleError during the build on Android Studio with @capacitor/barcode-scanner
Hi @twestrick, Thanks for your reply Yes, minSdkVersion = 26. (and the other settings defined in the documentation are the same too) I use Android Studio Ladybug Feature Drop | 2024.2.2 on MacOs. Here...
View ArticleError during the build on Android Studio with @capacitor/barcode-scanner
I would try JDK v17. I had similar problems when I upgraded to Ladybug in my Capacitor 6 app since Ladybug now defaults to v21. To downgrade, you have to download v17 via that interface. Make sure it...
View ArticleIonic build into wrong directory: www/browser?
I figured out the problem: In angular.json I needed this: "outputPath": { "base": "www", "browser": "" },
View ArticleDoes Ionic intend to keep supporting React same as Angular?
as it sill not solved, maybe will never be, can somebody tell me if i can relly only on react-router and drop ionic/react-router? what will stop working, what will be the problem? thanks
View ArticleSwiping causes elements/objects to be dragged around rather than scroll
I’ve got a Capacitor-built app that I’m working on and when my testers touch and drag, rather than scrolling the area, it tries to pick up the HTML element that was touched to start and acts like it’s...
View ArticleTabs problem
No idea what you are talking about. Stack Overflow How do I ask a good question? - Help Center Stack Overflow | The World’s Largest Online Community for Developers
View ArticleDoes Ionic intend to keep supporting React same as Angular?
react-router doesn’t do mobile app routing. The newer versions of react-router (6, 7) are moving toward SSR, and all of those new features are basically useless for a mobile app (the app is rendered...
View ArticleFooter problem with Chrome (Android)
Hi Zlatko, searched for that just today as it was driving me nuts. This issue sums it up. I just use forceOverscroll=“false” and works good. github.com/ionic-team/ionic-framework bug: IonContent...
View ArticleFree disk space on devices
Damn - yes I had seen it and did not know why it was removed. This is so annoying…
View ArticleError during the build on Android Studio with @capacitor/barcode-scanner
Hi Tom, Many thanks for your help, it works fine after downgrading to v17 Have a nice day, Loïc
View ArticleGet version of LiveUpdates deployed through Appflow
I have a Capacitor app that I have just recently enabled LiveUpdates for. In the app there is a section where I show the current app version based on the native version and build number, and I would...
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 ArticleIon-icon needs addIcon(..) in Ionic8 Angular19?!
I don’t use Angular, but the example in the Docs does show the icon being imported explicitly - ion-icon: Icon Component for Ionic Framework Apps. In Vue, we have to explicitly import all components...
View ArticleHow to save/reload the state of `ion-reorder-group`?
The docs for IonReorderGroup give this code: import React, { useState } from 'react'; import { IonItem, IonLabel, IonList, IonReorder, IonReorderGroup, ItemReorderEventDetail } from '@ionic/react';...
View ArticleHow to save/reload the state of `ion-reorder-group`?
It looks like according to this issue, there’s no way to provide the state to IonReorder. So I guess the solution is “write a custom function to keep track of all my reorder items as UUIDs, and map...
View ArticleContent not clickable right under safearea
Hi, I used a capacitor plugin to place my app content under the safe area on ios devices. I used this plugin and I managed to place my app content under the safe area by using a css class: .safe-area...
View ArticleRead capacitor config
This is now possible using the Asset Manager plugin: import { AssetManager, Encoding } from '@capawesome/capacitor-asset-manager'; const read = async () => { const { data } = await...
View ArticleButton labels disappearing on iOS device
Same problem. Have you found a solution? It happens only on iOS Angular 16.0.0, Ionic 7.0.0 Capacitor 5.0.6 A temporary solution is to replace ion-button with ion-chip
View Article