Problem 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 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 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 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 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? 2 posts - 2 participants Read full topic
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 ArticleHow to select text via native OS?
So we have a chat app. The user wants to select a text, and copy the message, or just a word, or part of the word (just when he types in the input or textarea). But it is not possible apparently to...
View ArticleSafe area issues after migrating to angular 19
Hi, I have used Ionic in the past to create a mobile application and only encountered this issue with angular 19. Basically when I have this ionic layout component and in the past the header was...
View ArticleIon-tab-button not open the ion-menu
Hello. I want to create a bottom menu in an application, which is placed at the bottom, and the last point is a “more” menu item, which opens a side menu. But unfortunately it does not work. Ionic 8...
View Article[Ionic 8] White screen in production – ion-page-invisible not removed
I’ve spent the last 2 days on debugging a white screen issue in my Ionic 8 Angular app. In production builds, the page is rendered but not visible. When I launch ionic serve all works well. In prod...
View ArticleIon Footer overlaps with some android devices
I have launched my app to production and for most of the users, it doesn’t have any problem, actually for iOS works fine. But my problem is that for some devices, I have been reported that the footer...
View ArticleIonic 8, Angular 19, Firebase, AngularFire - Xcode: Working on iPad simulator...
Hello, I have an app created with Angular 19, Ionic 8, Capacitor 7, Firebase, AngularFire 19 (all latest versions) It is fetching data from firestore on the iPad simulator, but not on iPhone...
View ArticleIon-footer safe area bottom does not work in pwa app
Ionic v8 Angular v19 PWA app Hi, I’m building a PWA using Ionic, and I’m having trouble with the safe area at the bottom of the screen. On installed pwa, the content doesn’t respect the safe area...
View ArticleHTMLIonSelectElement.setFocus Error in VS Code: Property 'setFocus' does not...
Ionic 8.5, TypeScript 4.9.5, VSCode 1.98.2. ionSelectRef.current.setFocus() shows error in VS code as below, but it works just fine, in Web Browser, Android, and iOS, it does scroll the page the where...
View Article