
Ionic Forum - Build cross-platform mobile apps with HTML, CSS, and ...
Forum for Ionic Framework, Capacitor, and everything cross-platform mobile app development related
Reliable Edge-to-Edge in Ionic 8 and Capacitor 7
Oct 30, 2025 · For anyone else struggling with the same issue, make sure to read this article carefully. For reference, I’m not using Ionic, only Capacitor. The main thing to watch out for is adding var(--safe …
Ionic Framework Essentials: From Basics to Advanced Techniques
Nov 23, 2023 · Embark on a transformative journey into mobile app development with “Ionic Framework Essentials: From Basics to Advanced Techniques.” This comprehensive guide is crafted to empower …
Capactor 7 on Android - Toolbar and Tab Bar - display issue
Jan 23, 2025 · I have updated my app (Ionic 8, VueJs) to Capacitor 7 and noticed that the app doesn’t “respect” the system toolbar on tablets, instead the content (header) is squeezed behind the system …
Latest Ionic Framework topics - Ionic Forum
Jul 19, 2021 · This category is for all posts related to modern Ionic Framework, including Ionic Angular, Ionic React, and Ionic Vue. This includes all versions of Ionic Framework, from 4.0 and up.
SOLVED -–ion-safe-area has no effect on iOS - Ionic Forum
Apr 25, 2024 · Ionic 8 and Capacitor 6 with VueJS I’ve seen several posts around this issue, but unfortunately none of the proposed fixes work for me, or seem “the right way to do it”. As I …
Cordova-sqlite-storage 16kb support - Capacitor - Ionic Forum
Sep 2, 2025 · Hi thanks for the quick response, i have used a Cordova SQLite storage and l did manage to resolve the issue by installing the latest @awesome core and SQLite storage to latest. Then finally …
Status bar overlaps the app content. HELP! - Capacitor - Ionic Forum
May 26, 2025 · The status bar overlaps the app content in Android 15. I can’t seem to change the design of the status bar, no matter what steps I follow. Not even the color of the status bar changes. Please …
Add TailwindCSS to Ionic
Feb 26, 2021 · When using ionic-cli Tailwind is not working because ionic-cli does not use the package.json scripts to run and build the project, looks like it uses react-scripts directly. So could this …
Ionic 4 ngOnDestroy not called from component on page navigation
Aug 7, 2019 · Hello, I have an ionic 4 app. I am using angular routing. I have a page with a number of @Components on it. In one component I want ngOnDestroy called when navigating to another page. …