About 216,000 results
Open links in new tab
  1. Ionic Forum - Build cross-platform mobile apps with HTML, CSS, …

    Forum for Ionic Framework, Capacitor, and everything cross-platform mobile app development related

  2. Using and configuring IonicStoreage for Standalone (2025) - Ionic ...

    Aug 8, 2025 · Hi, I am in the process of updating my Ionic / Angular application to standalone. I have Angular v20.1.4, Ionic v8.7.1 I see some older post on setting up Ionic storage, and also …

  3. 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 …

  4. Add TailwindCSS to Ionic - Ionic Framework - Ionic Forum

    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 …

  5. Ionic with Vite - Ionic React - Ionic Forum

    Dec 5, 2024 · If you are using Vite, the index.html goes in the root folder and not public. Are you converting your app over to using Vite? If so, maybe take a look at the React Vite starter …

  6. Ionic capacitor using blocked aria-hidden issue

    Dec 22, 2024 · Blocked aria-hidden on an element because its descendant retained focus. The focus must not be hidden from assistive technology users. Avoid using aria-hidden on a …

  7. Ion-icon needs addIcon (..) in Ionic8 Angular19?! - Ionic Angular ...

    Jan 31, 2025 · 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 …

  8. Issue on ionic v8 + capacitorJs + angular 19

    Dec 22, 2024 · Hello, I have a strange issue. To reproduce: Create a simple “tabs” (ionic start) project with Angular 19 on the latest version. ionic serve: works fine. Add Capacitor: npm cap …

  9. Capacitor Google Login - Ionic Forum

    Feb 20, 2023 · Have you managed to find a solution using latest versions, Amplify v6, Capacitor v7, ionic v8 ? I’m having real issues setting up google and facebook logins via AWS Amplify in …

  10. [ (ngModel)]="binding" ionic 7 - Ionic Framework - Ionic Forum

    Apr 4, 2023 · how to update [ (ngModel)]=“binding” for new ionic 7 ionic 6 <ion-input type=“password” [ (ngModel)]=“binding” required=“true”> now ionic 7 ?