Appflow 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 ArticleEnable swipe from left to right to go back to previous page
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 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 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 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 ArticleTabs problem
Can I change or delete the tabs in the down? on the default. 2 posts - 2 participants Read full topic
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 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 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 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 Articleionic/CLI 7.2.0 not working ionic capacitor sync
I installed ionic 7.2.0 and when I run the ionic capacitor sync command I get the following error Error: This command is not available when running the Angular CLI outside a workspace. [ERROR] An...
View ArticleIon-datime-button style
Hi, is there some way how can I style ONLY time button inside ion-datetime-button ? this is my css which work for both date and time button ion-datetime-button::part(native) { background: transparent;...
View ArticleLifecyle hooks sometimes missing `this` scope
Our error monitoring is sometimes reporting that a page using options api has this scope null in ionViewDidEnter and ionViewDidLeave? It doesn’t happen much, but once in a while. Why would that be? 2...
View ArticleCapacitor Asset Manager Plugin - Capawesome
capawesome.io Capacitor Asset Manager Plugin - Capawesome Capawesome offers enterprise-grade solutions and services designed for teams building cross-platform apps with Capacitor. 1 post - 1...
View ArticleInstructions for making Ionic / Angular / Firebase hosting PWA are not correct?
I am attempting to re-make an updated version of my PWA app with modern versions of Angular, Ionic, and Firebase. I am failing to get a PWA at actually gets recognized as a PWA so it can be installed,...
View ArticleIonic Generate Page Issue with Angular Standalone
I am building Ionic 7.2.0/Angular/ngModule apps. Recently I found that once I use command line “Ionic g page page_name”, it always fails the compiling with the generated page with the following error...
View ArticleHow 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 Article