Data are lost after updating ionic app on App Store
I published my ionic application on App Store. I am storing some data on the mobile phone with Ionic Storage When I make new release/update on app store when the users update the application the data...
View ArticleCSP (Content Security Policies)
Hello everyone, my name is Dominik and I have been working with Angular and the IONIC framework for more than 4 years. I have a large IONIC project in which I display the contents of an HTML file in...
View ArticleUsing 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 Article