Bun support for ionic CLI
How can I use Bun as the default package manager with ionic CLI? after updating the global config with ionic config set -g npmClient bun I got the following error when running ionic start > ionic...
View ArticleCapacitor don't store cookies
Hey there! I know its been some time since this was posted, but i want to confirm that i now have a working setup for this and im gonna share my code so others dont have to search for HOURS just like...
View ArticleHow to Disable Ionic CLI Update Notification in Version 3.20.0 When Running...
The Ionic CLI doesn’t determine the Ionic Framework version to be used, as far as I know, Ionic CLI 5.x is still compatible with Ionic 3 apps, so you should be able to use that version without problems.
View ArticleiOS Firebase Connection Nothing Happens
I found the solution, it’s quite easy actually and it’s not related to CORS finally. Here is the solution to add in your Firebase configuration Check where my comment starts with HERE NEW CODE and the...
View ArticleionItemReorder event not triggering
I just made a new Ionic 8 Vue app and tried the ion-reorder-group component, but the ionItemReorder event is not triggering and the animation freezes (because i cant do the event.detail.complete()). I...
View ArticleIonic Portals pricing
Yikes! That’s not good! I’m curious why the Ionic team hasn’t shared a post about this blog here like they usually do. This is a major announcement.
View ArticleionItemReorder event not triggering
Ionic Vue 8.4.3 event handlers are broken. Revert to 8.4.2 until a fix is released.
View ArticleionItemReorder event not triggering
Does not work for me. I started with 8.0, went to the latest version and tested 8.4.2 now, but nothing works.
View ArticleionItemReorder event not triggering
You’ll have to show more code. And verify that you installed npm packages after updating the version to 8.4.2. If you go to the docs and click on the for stackblitz sample, it is working there. And I...
View ArticleComing Soon! New updates & Features for Ionic’s Open Source Projects
To learn more about the new updates and features be sure to check out our latest blog post!: Coming soon! New updates & features for Ionic’s Open Source projects - Ionic Blog
View ArticleGoogle Firebase signInWithPopup doesn't show on iOS using Ionic Capacitor
When using firebase.auth().signInWithPopup(googleAuthProvider);, it works fine in the web app, but nothing happens in the iOS simulator using Ionic Capacitor. Do I need to use some kind of in app...
View ArticleGoogle Firebase signInWithPopup doesn't show on iOS using Ionic Capacitor
Assuming you are using the web SDK for Firebase? I believe you have to use the native SDKs. There is a plugin over here - Capacitor Firebase Authentication Plugin - Capawesome
View ArticleionItemReorder event not triggering
I really just went do Vue QuickStart Global Component for Generating Ionic Vue Apps, created a new app and copy pasted the basic example of the reorder component: ion-reorder: Drag and Drop Icon to...
View ArticleionItemReorder event not triggering
Did you try using “8.4.2” as the version in package.json? That will pull ONLY 8.4.2. This is called pinning the version. If you use “^8.4.2” (with the caret) you will actually get the latest minor...
View ArticleionItemReorder event not triggering
Omg, thats embarrassing now haha. I forgot about that… Thank you so much, it of course works now.
View ArticleGoogle Firebase signInWithPopup doesn't show on iOS using Ionic Capacitor
I think this is getting closer to the right solution. It still works in the web using @capacitor-firebase/authentication, but now I’m getting a Thread 1: signal SIGABRT app crash when trying in the...
View ArticleAndroid build error after Capacitor 6 to 7 upgrade
We are developing an Angular 18 application with Capacitor, for both iOS and Android. After updating the application based on the “Upgrade guide from v6 to v7” we are now experiencing a build error...
View ArticleGoogle Firebase signInWithPopup doesn't show on iOS using Ionic Capacitor
I backtracked and resolved the SIGABRT error. Here’s what I’ve done so far: yarn add @capacitor-firebase/authentication Used this when signing in: import { FirebaseAuthentication } from...
View ArticleDeep linking - Supported web addresses Auto Enable
I added Android deep linking, but it’s not enabled by default. I have to enable it manually in settings.I want it to be enabled automatically. already Add Intent Filter <intent-filter>...
View ArticleHow to Disable Ionic CLI Update Notification in Version 3.20.0 When Running...
Thank you for your response! I’ll give it a try and see how it works.
View ArticleDetect if Dark Mode is Actually Active (not preference)
There are various strategies for applying “darkmode” css to an app. It could be hardcoded or it could be based on the user’s “system” preference or it could be toggled via JavaScript. There are many...
View ArticleGoogle Play Store ANR Report - Chromium-TrichromeWebViewGoogle
I got the email from google stating a crash in the app which is affecting the user and it is related to ANR and when i check the log it is related to Chromium-TrichromeWebViewGoogle but on my end i am...
View ArticleionItemReorder event not triggering
Sorry, but did you read the conversation? I tried the basic example from ionic and in there, the @ionItemReorder event and handleReorder function, but the event didnt get triggered. And your last part...
View ArticleSetup Jest in Angular 14 + Ionic 6 project
At my case a similar solution solve the error I add the ignore Pattern at jest.config, then solves the jest error transformIgnorePatterns: [...
View ArticleAndroid build error after Capacitor 6 to 7 upgrade
There is an open issue about this and a temporary workaround here - [Bug]: Duplicate class kotlin.collections.jdk8.CollectionsJDK8Kt found in modules kotlin-stdlib-1.8.22.jar ->...
View ArticleDeep linking - Supported web addresses Auto Enable
Just to confirm, you followed this guide? Deep Links | Capacitor Documentation
View ArticleAndroid build error after Capacitor 6 to 7 upgrade
Awesome, thank you for this, I didn’t see that ticket, glad it’s not just me that this is affect! The workaround suggested in that ticket has helped, thanks!
View ArticleWeb Server Cache Issue with Ionic App
twestrick: outputHashing I got it working, I had comment out // “extractCss”: true, And then ran ionic build --configuration=production
View ArticleUnifying Plugins across Ionic and OutSystems
Originally published at: Unifying Plugins across Ionic and OutSystems - Ionic Blog One of the more exciting aspects of Ionic joining OutSystems was comparing our portfolios of supported plugins. Does...
View ArticleUpdating Ionic Capacitor project to work with new ios privacy manifest...
I’m a bit lost here and need some guidance. Also willing to pay for some assistance. I need to meet the new Privacy Manifest requirements as I fail for 11 of the SDKs, so I am updating my project...
View ArticleIssue with Ngx-Formly use to Ionic 8
Hi everyone, I recently started a new Ionic Angular project using Ionic 8 and integrated the latest version of Ngx-Formly. However, I’m facing compilation errors related to Formly’s Radio Component,...
View ArticleUpdating Ionic Capacitor project to work with new ios privacy manifest...
maybe i’m wrong, but i think the only way is updating to the latest version
View ArticleBun support for ionic CLI
Kelvin: .bun/install/global/node_modules/@ionic/cli/lib/utils its already mentioned in issue #5093, and a pull request #5097 has been created However, seems the CLI is not actively maintained. A temp...
View ArticleUpdating Ionic Capacitor project to work with new ios privacy manifest...
wekas: @pantrist/capacitor-firebase-dynamic-links For that plugin, did you see the maintainer’s note about an alternative package - GitHub - BranchMetrics/capacitor-branch-deep-links: Capacitor plugin...
View ArticleIssue with Ngx-Formly use to Ionic 8
@ngx-formly/ionic v6 doesn’t support Ionic 8. v7-alpha does - see Ionic 8 · Issue #4045 · ngx-formly/ngx-formly · GitHub and ngx-formly/src/ui/ionic/package.json at...
View ArticleV7 ion-datetime-button - keep getting error datetime instance not found for ID
I had to add the <ng-template> element inside <ion-modal> to get rid of this error: <ion-modal [keepContentsMounted]="true"> <ng-template> <ion-datetime...
View ArticleAnimate using CreateAnimation not working in reverse direction (ionic/React)
I have the same problem with transform and rotate(180deg) on an icon.
View ArticleHandling Privacy Manifest Requirements with Outdated Firebase and Angular...
Hi @wekas, I have the same issue after looking around (AI didn’t help). I found out that the plugin needs to have privacyInfo.xcprivacy file to work. So you will need to update the npm packages to the...
View ArticleUpdating Ionic Capacitor project to work with new ios privacy manifest...
@twestrick Thanks, yeah I saw that note, also aware about @ion-native and working on the move. I am planning on upgrading but I need to support dynamic links for the next few months. I have resolved...
View ArticleHandling Privacy Manifest Requirements with Outdated Firebase and Angular...
I found a solution that does not involve updating the packages / SDKs. My app has been approved and is in the app store now. Find all the PrivacyInfo.xcprivacy files for the SDK’s that the rejection...
View ArticleFormatting options with ion-select interface=modal
Hi All First post! I am working with Ionic 8 and Vuejs. I cannot for the life of me figure out how to format the modal background and text on an ion-select with the interface=‘modal’ option? I have...
View ArticleFormatting options with ion-select interface=modal
This should get you started. <template> <ion-list> <ion-item> <ion-select aria-label="Fruit" interface="modal" placeholder="Select fruit"> <ion-select-option...
View ArticleCordova platform add ios generating error
I have platform/ios on bitbucket. [15:24:00]: Generating app manifest… [15:24:00]: ---------------------------------- [15:24:00]: — Step: add_cordova_to_index — [15:24:00]:...
View ArticleFormatting options with ion-select interface=modal
Works! Thanks so much for your help. I have had a hard time making sense of the documentation on this. Much appreciated.
View ArticleIonic 7 capacitor - new app with stuck white screen in android 8.1 or 7
It worked for me after using .browserlistrc file but I now see that my app styling is completely broken, because I had used modern css such as css variables var(–color), custom properties, etc. Does...
View ArticleHandling Privacy Manifest Requirements with Outdated Firebase and Angular...
Sounds great that you already find out the way of fix this issue. I’m trying too. I’m struggling on the step 1. I don’t find anywhere the PrivacyInfo files for GTMAppAuth and GoogleSignIn SDKs Any...
View ArticleIonic 7 capacitor - new app with stuck white screen in android 8.1 or 7
Without more info, it’s hard to know. If you are using Vite, you would need @vitejs/plugin-legacy.
View ArticleAfter upgrading from the 6th to the 7th version of Ionic, an error occurred
Did you ever solve this? I am experiencing the same issue. "@capacitor/android": "7.0.1", "@capacitor/app": "7.0.0", "@capacitor/browser": "7.0.0", "@capacitor/core": "7.0.1", "@capacitor/device":...
View ArticleAfter upgrading from the 6th to the 7th version of Ionic, an error occurred
This happened for me when I forgot to update @capacitor/cli.
View ArticleHandling Privacy Manifest Requirements with Outdated Firebase and Angular...
@iujajai I did not have those ones but here are where mine were. I actually used a freelancer that specialises in this so if you are stuck pm me and I can pass on their details if you like. They are...
View Article