Hardware Back Button Issue
this.platform.ready().then(() => { this.platform.backButton.subscribeWithPriority(0, async () => { if (this.router.url == “/login” || this.router.url == “/home” || this.router.url == “/starter”)...
View ArticleHardware Back Button Issue
@prudhvirajdandi Are sure, your autocloseOverlayService working properly. Did you checked for any console errors? In my point of view, You used if else statement. It always triggers else and exits....
View ArticleHardware Back Button Issue
App is getting closed on back button, it’s not triggering the backbutton functionality. if i tap on screen it works.
View ArticleHardware Back Button Issue
Hey I also encountered this type of problem in one of my pages in my current project. Then I concluded that in android device the data got from api is such bulk to handle by the app. It was physically...
View ArticleMigrating from Ionic 3 app to Ionic 5 Storage problem
Read the docs GitHub GitHub - ionic-team/ionic-storage: Ionic Storage module for Ionic apps Ionic Storage module for Ionic apps. Contribute to ionic-team/ionic-storage development by creating an...
View ArticleGetting error in android studio installed latest ionic
Surely your android sdk tools folder is not in the path or you didn’t installed android SDK. Check for the same
View ArticleMigrating from Ionic 3 app to Ionic 5 Storage problem
@chrisjdev can you please share the code used for ios and android?
View ArticleShow light theme on android device
I try to force light them for application but when run on android 7.1 but it’s show dark theme always. i try to use –ion-background-color : #ffffff; and :root{ –ion-background-color: #ffffff;} } in...
View ArticleDefault "list" generated app not working with Android 24?
Hi, I’m trying to make the simple generated “list” app work for Android 24. But all I have is a blank app screen. I have installed : Android Studio 4.2.2, Virtual Device : Pixel 2 API 24, SDK API 24,...
View ArticleRun script after cap sync in Appflow
Hello. I need to have custom setting in Pods project.pbxroj file such as “OTHER_LDFLAHS”. Without it I can’t build my app. But command npx cap sync removes this settings. Is there any posibilities to...
View ArticleHaving trouble installing the storage plugin npm install @ionic/storage
Thank you so much!! . Your wok is highly appreciated.
View ArticleHow do I perform background app tasks with Capacitor?
Hey guys, so Im very new to Capacitor and I wanted to ask something. Im in need of background Geo location tracking, so I need my app to be able to be minimized (minimized is okay doesnt have to run...
View ArticleCapacitor Plugin development how to re-install in order to debug / test changes
Yeah exactly what I do. I run ionic capacitor sync android command and then rebuild the app in Android Studio, however I don’t see the changes materialise. Only thought I have is that the original...
View ArticleIon-datetime starting day of week to match locale in ionic v6
Using ion-datetime in ionic 6.0.0-beta.1 with locale set to German with: <ion-datetime locale="de-DE" presentation="date"></ion-datetime> Ionic Docs ion-datetime: Ionic Framework API Docs...
View ArticleRun script after cap sync in Appflow
I recently added this feature to Capacitor CLI. Docs: Capacitor - build cross platform apps with the web
View ArticleIon-datetime starting day of week to match locale in ionic v6
I already create a Issue for this: feat: Change Datetime Start of the Week · Issue #23556 · ionic-team/ionic-framework · GitHub
View ArticleMigrating from Ionic 3 app to Ionic 5 Storage problem
The android code was based on this: Migrate Android IndexedDB from Ionic 3 to Ionic 4 · GitHub I’ll try to post the code we used for iOS later. I also reread the docs @mani0011. I didn’t see anything...
View Article