Using Ionic comps. inside Stencil comps
Hello, I’m trying to build Stencil components and use Ionic components inside of them. I create a regular Stencil component library and install the necessary dependencies to use Ionic. To style the...
View ArticleAfter upgrading from the 6th to the 7th version of Ionic, an error occurred
Here is the error code: nw_application_id_create_self NECP_CLIENT_ACTION_GET_SIGNED_CLIENT_ID [80: Authentication error] Failed to resolve host network app id Warning: -[BETextInput...
View ArticleApp availability in macOs App Store
Hi, I have an Capacitor 5 / Ionic 5 / Angular app. It is compiled for iOs and available in App Store. I was suprised to see, that it is available in macOS App Store, too I saw that I have set this in...
View ArticleCan i remove the helperText depending on conditions?
Hello, I have an issue with the helperText and also errorText, currently i have in a ion-input the following: errorText="{{ 'modal.label' | translate }}" helperText="{{ 'modal.label2' | translate }}"...
View ArticleCSS with Ionic vue
I’ve developed a simple APP in Ionic+Vue (I’ve basically extended the scaffolded APP which comes with appflow). It works fine when I run ionic serve Broken on ionic build As soon as I run ionic build...
View ArticleCannot apply border-radius to ion-popover
I have tried absolutely everything but cannot apply a border radius to ion-popover. I am using an inline ion-popover on the latest angular and ionic. I am using standalone mode and have tried both...
View ArticleHow to disable page transition animation in Ionic 6 with Angular...
I’m not using the angular [routerLink] inside the html as I can’t for that specific code. Is it possible to pass a variable to pass a variable like this ? this._router.navigate(['', { animated: false...
View ArticleTheme Color Definitions for --ion-background-color-step-*
If you look in Ionic source file “dark.sccs” in the GitHub Ionic repository (ionic-framework/core/src/css/palettes/dark.scss at e32fbe02102fe80db29f73c26496a40852032354 · ionic-team/ionic-framework ·...
View ArticleEmbed Video
Hey guys I’m working on a app using Ionic/Angular and I got a problem. I have a video animation that I need to embed on the view. The idea is to create an experience similar to when you connect your...
View ArticlePhotos Storage in iOS - Photo Never Gets Stored
I have an app that allows users to take photos and then their location and time the photo was taken at are stored. Works fine for Android users but in iOS the photo is just never visible after being...
View ArticleError : The Component xxx is declared by more than one NgModule
Hello, i created a component PickupCallCardComponent : import { Component, OnInit } from '@angular/core'; @Component({ selector: 'app-pickup-call-card', templateUrl:...
View ArticleFooter clicks and some IOS devices
Hi, I’m experiencing an issue with a footer on one of my pages. This footer displays some information and is also clickable. The footer works correctly on most devices, but there is an exception with...
View ArticleConnecting to postgres online
i have a .net , angular , and postgres webapp online hosted by fly.io . everything works fine, i converted it to ionic , when i try to connect to the server which is online i am getting an error , "...
View ArticleLong press gesture? vue3
Any ionic master with an example on how to create the long press gesture? Latest info I found is 3 years old with references to articles that don’t exist no more. 2 posts - 1 participant Read full topic
View ArticleUsing Ionic Comps. in Stencil Comps
I’m trying to create a Stencil component library that uses Ionic components within it. I installed @ionic/core into the Stencil library, everything working. Then I integrate Stencil into React, by...
View ArticleiOS issues running application and loggin in with Firebase
I’m trying to deploy my application to iOS but I keep getting stuck when building to iOS and running the app in Xcode. I run ionic cap build ios, sync ios, open ios, that’s ok. Sometimes I get the...
View ArticleSVG custom logo isn't appearing
Hello All, I’m building an app with ionic and using angular. I am trying to add an custom icon according to ionic docs: however it isn’t appearing when I try to run the project on ionic serve. P.S:...
View ArticleFaillure in Test Driven Development
Hello every one, i train ionic framework using videos tutorial on youtube, i’m blocked in faillure error in my page tdd, this is the code of my app.component.spec.ts : import { CUSTOM_ELEMENTS_SCHEMA...
View ArticleIonic Angular Application does not show the data after few hours of...
I am developing an application in ionic 7 with angular 17.0.2 with Cordova Plugins. My application provides notification by following a process. I am displaying the countdown for the next notification...
View ArticleHow to make my app show up in the App Store updates list?
Hi guys, I’ve got a question (I hope not to dummy ) about my app. It’s been live for about 2 years, but every time I publish an update, it never shows up in the App Store updates list (screenshot...
View ArticleAngular/Ionic App Shows Black Screen with Xiaomi Dark Mode
Hey everyone, I’m having an unusual issue with my Angular/Ionic app when it is used on Xiaomi devices, like the Poco X3 Pro or Poco F3. Whenever the phone is set to Native dark mode, the app UI...
View ArticleSwipe down to close ion-modal
Hello everyone, I use ion-modal with breakpoints, I only use breakpoint 1 on purpose as I want the handle to be visible and a tiny part of the backdrop to get that overlay feel <ion-modal...
View ArticleGenerate File and send it to Printed by my App
I need to make a simple app that prints small receipts. I need to generate a PDF from my app and then send it to print. I wanted to ask you some advice: can I implement this use case from an app...
View ArticleIs date-fns@2.30.0 the last version compatible with ionic / angular?
In my app (Ionic 8, Angular 18), when I use a version of date-fns greater than 2.30.0, I get errors like: Error: [ng] Error: node_modules/date-fns/intlFormatDistance.d.ts:6:16 - error TS2724: ‘Intl’...
View ArticleIonic navigation is not working
I have nested navigation Currently I want to go back to entry /ads screen and clear all history and if i click go back its going back to all history Current Position...
View Article