Warnings related to icons during unit test execution (Ionic v8.4.3)
Hi guys, I’m using Ionic 8.4.3 in an Angular 17 application. I have an object with all the icons we use in the application and another with some custom icons: export const CUSTOM_ICONS:...
View ArticleLive Reload does not work anymore since the upgrade to Capacitor 7
Hello, I updated my app’s packages, and since then, when I try to run it on a real device with ionic cap run android --prod --open -l --external it launches correctly, but the changes aren’t detected...
View ArticleDeep linking not working
Capacitor v7 Android build Followed Android configuration here: Deep Links | Capacitor Documentation Verified statement list tester/generator was successful and placed on webserver. Added intent...
View ArticleProblem - capacitor-community/sqlite with jeep
Hi all, I’m trying to get a new ionic angular application working with the @capacitor-community/sqlite library on Angular 19, Ionic v8 and capacitor 7. Intitialising the database seems to work fine,...
View ArticleAngular/Capacitor/Ionic app is not responding immediately after couple of hours
I am working on Angular 17/ capacitor 6/ Ionic 7 application. The app is not responding immediately after couple of hours, if we don’t touch the app. It will take 30 to 60 seconds to respond back. As...
View ArticleProblem with ion-toolbar on IOS
I have a problem with ion-toolbar on iOS, they break, and I can’t find the solution! Can anyone help me? ANDROID IOS 1 post - 1 participant Read full topic
View ArticleGoogle map not showing in mobile
I don’t know what to do, I have been having issues with map not appearing on my app when i launch it but it is showing when i use localhost to view on the web. I make use of ionic, capacitor google...
View Article"FileOpener" plugin is not implemented on android
I am trying to develop a pdf viewing ability for android, but I keep running into this error: "FileOpener" plugin is not implemented on android I have tried both capawesome and capacitor-community...
View ArticleSupport for Social Sharing plugin and use of jetifier
Hi, I have an Ionic app, first start in 2017. but keep up to date (e.g. have lates Ionic and Angular libs) - I just have not got around to switch to Capacitor. as I will need to re work out how to do...
View ArticleLazy Loaded - Action Sheet sometimes not showing buttons
Hi using Ionic Angular v8 but have had this issues over majority of versions of Ionic last couple of years. In short we have large application wher have lazy loaded modules/pages (eg loadChildren in...
View ArticleCapacitor Contacts Plugin - Capawesome
capawesome.io Capacitor Contacts Plugin - Capawesome Capawesome offers enterprise-grade solutions and services designed for teams building cross-platform apps with Capacitor. 1 post - 1 participant...
View ArticleIon-picker not working properly and moving by its own
Hi guys! I’m having a problem with the component ion-picker when trying to use it so the user can set a timer choosing values from three columns. I created an issue in Github as this problem seems to...
View Article[error] serve command is not know for this project type
Capacitor v7 npx cap doctor is green across the board was compiling and building for android and ios without issue suddenly started to throw the following error below and the only change was upgrading...
View ArticleHow to write unit test for capacitor plugin which involves native module
I want to write unit testing for my capacitor plugin where JS layer method will call native module method through bridge. I want to receive the value from android or iOS files when method in unit test...
View ArticleBlank screen after upgrading to Ionic 5.6.0
I recently upgraded my Ionic 4 angular 7 app to Ionic 5.6.0 angular 9. First I tried to upgrade the angular version from 7 - 8 - 9 till then app is running perfectly but after upgrading to Ionic 5.6.0...
View ArticleIon-chip: How to disable it without lowering the opacity?
I’m trying to use ion-chip to highlight labels in my app like this: <ion-chip>Name</ion-chip> James The problem is that when you mouse over ion-chip, it looks like you can click on it (the...
View ArticleIssues loading Ionicons 7.1.0 from unpkg.com (CORS error and 500 Internal...
Hi everyone, I’ve been using Ionicons 7.1.0 in my project without any issues, and everything was working fine until recently. I’ve been including the following script tags in my index.html to load...
View ArticleUpgrading to ionic 8.5+ breaks ion-toggle keyboard shortcut
I added support for keyboard shortcuts to my app with code like this: const clickToggleById = (key: ValidKeysEnum): void => { const myToggle = document.querySelector(`#test-${key} ion-toggle`); if...
View Article[VUE] How to properly type ?
Hi. Can somebody explain to me how to properly type ref in Vue.js to get Typescript support? There is IonContent With such types: export declare const IonContent:...
View Article[Angular] What to import: RouterLink vs IonRouterLink in Ionic 8
Hey, I am currently working on an Angular mobile application which uses IonTabs. In the documentation of ion-router-link it is specified one should use the Angular RouterLink. Ionic Framework Docs...
View ArticleFacebook Audience Network Plugin in Ionic 6 Capacitor with Angular?
Is there any npm package available that can support FAN ? I didn’t find any official package on Facebook Developer forum. Can someone please look into this ? 1 post - 1 participant Read full topic
View ArticleVertical scrollbars
Hi, is there a way to enable vertical scrollbars on an ion-content on Android? I already tried ::-webkit-scrollbar:vertical { width: 11px; } But i don’t see any native scrollbars in my app. 1 post - 1...
View ArticleHow to remove emoji and mic icons form bottom of iPhone keyboard
I am using Ionic React to build iOS app. Could you let me know how to remove emoji and mic layout from keyboard? I have attached image. Thank you. 1 post - 1 participant Read full topic
View ArticleCapacitor Audio Recorder Plugin - Capawesome
capawesome.io Capacitor Audio Recorder Plugin - Capawesome Capawesome offers enterprise-grade solutions and services designed for teams building cross-platform apps with Capacitor. 1 post - 1...
View ArticleLearning How to Use Ionic Framework
How do I use Ionic to add my app to it to then push my app through to Google Play Developer Console? 1 post - 1 participant Read full topic
View ArticleHelp to sovle error
Command failed with exit code 1: E:\New Ionic UI\htt-app\node_modules\cordova-android\lib\getASPath.bat ‘E:\New’ is not recognized as an internal or external command, operable program or batch file....
View ArticleadjustMarginsForEdgeToEdge: 'force' and colors of status and navigation bar
Hello there! I have used the new adjustMarginsForEdgeToEdge: ‘force’ in the capacitor.config.ts and it works fine as for the edge-to-edge display. But how can I control the color of status and...
View ArticleIonic Capacitor iOS
What could be the reason that my Firebase only works on the web but not on iOS and Android? What do I need to do to make it work there as well? 1 post - 1 participant Read full topic
View ArticleInfinite scroll memory issues
Hello, I am experiencing memory issues with the infinite scroll on IOS. Loading a batch of items significantly increases memory usage, even if the content of the item is just a plain text. I am using...
View ArticleHow to set-up Tailwindcss 4 in Ionic Angular
Hi everyone I’m currently working on a practice Ionic Angular project and I want to integrate TailwindCSS v4 into it. I’ve seen a few guides online for older versions of Tailwind or for React/Vue...
View Article