Introducing Capawesome: Mobile App Platform - Capawesome
capawesome.io Introducing Capawesome: Mobile App Platform - Capawesome Capawesome Cloud and Insider SDKs are merging into one unified platform with simpler pricing, a 14-day trial, and MAU-based Live...
View ArticleApp transition lib
If you ever struggle to get page transitions right and dont want to use Ionic, this is for you GitHub - Cap-go/capacitor-transitions: Framework-agnostic page transitions for Capacitor apps. iOS-style...
View ArticleDheeraj Sudan & Meenu Hinduja - How to Optimize CI/CD Deployment Workflow in...
Hi All, I’m Dheeraj Sudan from the UK. I’m a software developer and also run a business with my wife Meenu Hinduja. Now, I am using Ionic Appflow for automated builds and deployments across...
View ArticleWhat tools or services do you usually connect with your Ionic apps for user...
Hey community, I recently explored an email marketing service provider called DigitalAka™ while working on notification and onboarding flows for hybrid apps. Curious if anyone here has experience...
View ArticleAnnouncing Capawesome Cloud Assist: AI-Powered Troubleshooting - Capawesome
capawesome.io Announcing Capawesome Cloud Assist: AI-Powered Troubleshooting - Capawesome Capawesome Cloud Assist brings AI into the Cloud Console, starting with Ask AI on failed builds — a clear...
View ArticlePhaser, flatted don't get along, "ERROR TypeError: can’t access property...
I try to serialize an object (with flatted) which also contains phaser objects. I don’t even know which code am I supposed to paste here. I import flatted functions like this: import {stringify,...
View ArticleCapacitor Datetime Picker - new year-month mode
Capacitor Datetime Picker v8.1.0 ships with a new mode that let your users pick just a month and year, perfect for credit card expiry, billing month, birth month, and any other use case where the day...
View ArticleDouble splash screen issue
Problem We are seeing a double splash screen on Android during app startup with a white blank screen flashing for a moment (the transition between Android native launch splash and Capacitor WebView...
View ArticleSMTP Service Provider recommendations for Ionic app notifications
Hey, I’m adding email notifications to an Ionic application and evaluating different SMTP Service Provider options for transactional emails such as account verification and password resets. Has anyone...
View ArticleCapacitor-community/admob v8 rewarded ad close button visible but not...
Working Environment: OS: Windows 11 Device: Samsung Galaxy A53 (gesture navigation) @capacitor-community/admob: ^8.0.0 play-services-ads: 23.6.0 Capacitor: (check your version in package.json) Node:...
View ArticleCapacitor Vault Plugin for Android & iOS - Capawesome
capawesome.io Capacitor Vault Plugin for Android & iOS - Capawesome Capacitor Vault plugin to securely store key/value pairs in lockable, biometric-protected vaults on Android and iOS. 1 post - 1...
View ArticleHow can I render 3rd url's page in HTML DOM directly with customized header...
I used InAppBrowser.openInWebView to open 3rd page with custom headers. And it’s being shown using InAppBrowser. But I want to show the page under an html element directly. In react-native, it’s...
View ArticleAdding Blazor WASM as an officially supported framework on capacitorjs.com
Hi everyone, We have been using Blazor WASM with Capacitor for nearly a year now, and it has been a game-changer for our projects. After years of struggling with the inconsistencies of other...
View ArticleAnnouncing Cordova Support in Capawesome Cloud - Capawesome
capawesome.io Announcing Cordova Support in Capawesome Cloud - Capawesome Capawesome Cloud now supports Apache Cordova with zero-config native iOS and Android builds, App Store Publishing,...
View ArticleUnable to get FASTLANE to use API based credentialing to get token for...
Yes, I am using the free tier. But I think even the free version should be working. API based testflight upload does not work. It seems as though FASTLANE has not been updated to meet Apple Standards...
View ArticleAfter the angular update. ionic start gives errors
Ionic start gives errors: 263 error While resolving: test2@0.0.1 263 error Found: @angular/compiler@20.3.25e[2me[22m 263 error e[2mnode_modules/@angular/compilere[22m 263 error...
View ArticleNative apps like navigation (like reddit for example)
Hi everyone, I’m using Ionic React 8.8.9 with React Router 5.3.4 and the default IonTabs setup. My tabs are: Practice Patterns Progress Suppose I do: Practice → Patterns → Progress → Patterns →...
View ArticleCapApp-SPM Package.swift always generates iOS 14 instead of iOS 15 after...
Hello, I’m migrating a Capacitor iOS project (Capacitor 8) from CocoaPods to Swift Package Manager using: npx cap spm-migration-assistant npx cap sync ios Everything works correctly, but I have an...
View ArticleWhite blank screen loading external Wix site via server.url —...
We’re using Capacitor (iOS) as a webview shell that loads an external website via server.url in capacitor.config.ts. The app has no native plugins — it’s purely a shell pointing at our live site....
View ArticleCapacitor Wallet Plugin for Android & iOS - Capawesome
capawesome.io Capacitor Wallet Plugin for Android & iOS - Capawesome Capacitor plugin to add passes to Apple Wallet and Google Wallet, such as tickets, loyalty cards, coupons, and boarding passes....
View ArticleCannot install Capacitor from CLI on MacOS: "npm init @capacitor/app@latest"...
I’m starting a new Capacitor project on MacOS, my first one. I create the project directory, cd to it, run npm init @capacitor/app@latest, and enter the project name, the app directory (I use “.”),...
View ArticleCapacitor Photo Manipulator Plugin - Capawesome
capawesome.io Capacitor Photo Manipulator Plugin - Capawesome Capacitor plugin for headless image transforms — crop, resize, rotate, flip and format conversion, including HEIC to JPEG. Supports...
View ArticleCapacitor Electron Platform for Desktop Apps - Capawesome
capawesome.io – 13 Jul 26 Capacitor Electron Platform: Build Desktop Apps - Capawesome Capawesome releases the Capacitor Electron Platform, a free and open-source way to build desktop apps for macOS,...
View ArticlePost-quantum crypto plugin for Capacitor (ML-DSA / ML-KEM, Secure Enclave +...
Published capacitor-pq-secure-storage. It does ML-DSA signing and ML-KEM, with the private keys held in the iOS Secure Enclave and the Android Keystore, gated by a biometric per operation. Also...
View ArticleConception proposition : widgets
Hello Ionic team! I’d like to start by congratulating you on your work! You have no idea how helpful it is! I’m mainly reaching out to show my support and to ask if it might be possible to work on the...
View ArticleLarge video upload crashes on Android with CapacitorHttp enabled, but works...
Hello, I am experiencing a platform-specific issue when uploading large videos in an Ionic Angular application using Capacitor 7. Environment Ionic Angular Angular 20 Capacitor 7.6.x Android 13...
View ArticleVideo keeps buffering inside Capacitor WebView but works fine in browser
Hi everyone, I’m building an Ionic app with Capacitor and I’m facing a strange issue with video playback. When I open the same video URL in Chrome, everything works fine. But inside the Ionic Android...
View ArticleCapacitor 8.4.1/9.0.0-alpha frameworks are stale (Xcode 26.0),...
We’re hitting a catch-22 shipping a Capacitor iOS app right now, and since Capacitor and Cordova are both on Apple’s “commonly used third-party SDK” signature list, this is likely hitting every app...
View ArticleIon-input accessible label not announced by Android TalkBack despite correct...
Hi Ionic team, I’m investigating an accessibility issue with ion-input on Android and wanted to check whether others have observed the same behavior. Environment Ionic 8.x Angular 22 Android (multiple...
View ArticleCapacitor 8 Edge to edge support and keyboard overlay issue
I recently upgraded my app from Capacitor 5 to Capacitor 8 and added @capawesome/capacitor-android-edge-to-edge-support to support Android’s edge-to-edge behavior. Environment Before Plain React +...
View Article