copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
Issue on ionic v8 + capacitorJs + angular 19 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 add android ionic build npx cap sync Then, with Android Studio, I deploy to Android and get an error: "NullInjectorError: No provider for ho!" If I add "optimization": false in the configurations of angular json
Is it recomendable to use Ionic 8? - Ionic Framework - Ionic Forum At Impero IT Services, we have recently upgraded a couple of our enterprise apps from Ionic 7 to Ionic 8, including one logistics app with real-time Google OAuth login via Capacitor and Firebase What Worked Capacitor plugins (like @capacitor google-auth) remained fully compatible after minor adjustments UI upgrades with Ionic 8 were smoother, mostly a refined version with better performance
Using and configuring IonicStoreage for Standalone (2025) - Ionic . . . 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 at GitHub - ionic-team ionic-storage: Ionic Storage module for Ionic apps I don’t see any mention of how to import for standalone Do I assume we still import the module, as following (e g in app config ts) but
Ionic Vue JS Tutorials Ionic Vue Firebase - Ionic Framework v6 VueJS And Firebase - Authentication Flow Using Pinia For State Management - YouTube Ionic Vue Supabase - Vue JS Essentials: A Beginners Series w Pinia, Vitest, and Supabase
Ionic capacitor using blocked aria-hidden issue 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 focused element or its ancestor Consider using the inert attribute instead, which will also prevent focus For more details, see the aria-hidden section of the WAI-ARIA specification at Accessible Rich Internet Applications (WAI
Ionic 8 Angular Update Errors I have just followed the update to update to Ionic 8, Angular 18 I am running a standalone application with Angular When I now serve the application I am getting loads of these errors in the browser: TypeError: Failed…
Ng serve not recompiling on browser - Ionic Angular - Ionic Forum I am facing an issue I just upgraded my ionic angular to 7 2 and I created a project with standalone components and I ran ionic serve Then I tried to change something within a template and the change is just not appearing in the browser I have to run ionic serve again for the browser to react It’s a just created project, I haven’t change nothing There was a while since I made a Ionic
Status bar overlaps the app content. HELP! - Capacitor - Ionic Forum 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 help I’m new to capacitor a…
How to use Ionic-Storage in Vue 3. 0? - Ionic Forum I am using both Ionic Storage and Capacitor Storage in my Vue 3 and Capacitor 3 app @whitersun, Ionic Storage was built and is maintained by Ionic They released v3 in March to support non-Angular projects The README of the GitHub repo for Ionic Storage does a pretty good job explaining how to set it up and use it