Ion-header partially visible on Android
It is most likely related to Safe Area Padding. If you are using Capacitor 7, see Capactor 7 on Android - Toolbar and Tab Bar - display issue
View ArticleIon-header partially visible on Android
@twestrick Thank you for your response! Yes, I am using Capacitor 7 in my project. Could you please suggest the best solution to fix this issue? If you have any specific steps or code examples, I...
View ArticleCapactor 7 on Android - Toolbar and Tab Bar - display issue
Hello, I am using IonHeader in my ReactJS project, but I am facing an issue. The header is not displaying properly—it is positioned at the very top of the screen, with no space above it. It seems like...
View ArticleIonic - background tasks + GPS
I’m writing an Android app where one of the features is similar to Strava – a training tracker. Users can start a training session, and I track their GPS position as a background task. At the end of...
View ArticleAppflow changelog and upgrade guide
I see that Appflow’s package is currently on version 0.4.0 (@capacitor/live-updates - npm). We are using an older version and I’d like to see a changelog to upgrade, but the Repository and Homepage...
View ArticleAppflow changelog and upgrade guide
version 0.4.0 has been updated for supporting Capacitor 7
View ArticleIonic - background tasks + GPS
Have you read the docs? your answers are there: Background Runner Capacitor Plugin API | Capacitor Documentation
View ArticleIonic - background tasks + GPS
Thanks for that, maybe you know if there are any plans to support such a task in future?
View ArticleIonic - background tasks + GPS
For Android, it sounds like you are needing an Android Foreground Service. Capawesome has a simple plugin for it - Capacitor Android Foreground Service Plugin - Capawesome. If that doesn’t work, it’s...
View ArticleEnable swipe from left to right to go back to previous page (iOS)
Hi, I have a capacitor ios app from my vuejs app. I am testing the app on my xcode simulator and on my phone through test flight but the swipe to go back does not work. I saw online that it was...
View ArticleEnable swipe from left to right to go back to previous page (iOS)
Someone can correct me if I am wrong, but I am pretty sure Ionic/Capacitor only supports a hardware back button/back gesture on Android. Hardware Back Button for Capacitor & Cordova on Android...
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 ArticleEnable swipe from left to right to go back to previous page (iOS)
I only tested on ios for now and the feature does not work.
View ArticleFree disk space on devices
We have an app that downloads a lot of data for offline use. We get the size of the data before download. Is there any way to get the available free space on the device? I have searched everywhere but...
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 ArticleEdge to edge Android
fix: GitHub - capacitor-community/safe-area: Capacitor Plugin that exposes the safe area insets from the native iOS/Android device to your web project.
View ArticleTHEME- Can I change the main.ts
You should be able to read in the JSON file and configure the theme at runtime. I actually just did this but with the color variables coming from our backend API. The colors from our API look like...
View ArticleFree disk space on devices
Capacitor’s Device Plugin in versions <= 6 included this in the getInfo method - Device Capacitor Plugin API | Capacitor Documentation. In v7 it was removed due to it requiring a Privacy Manifest...
View ArticleEnable swipe from left to right to go back to previous page (iOS)
i managed to do it following this solution github.com/ionic-team/capacitor How to set additional wkWebView settings opened 11:48AM - 04 Jan 19 UTC closed 03:48PM - 17 Jan 20 UTC timboozle I am using...
View ArticleError during the build on Android Studio with @capacitor/barcode-scanner
Hello, I don’t arrive to build/run the application on Android Studio because of the barcode-scanner package (version 1.0.2 or 1.0.4… not tried on 2.0.x). Here is the error message I get: Execution...
View Article