How to make ion-avatar bigger (double)?
I have an Ionic React app and I want to show the avatar at double size sometimes. It seems to be around 36px by default. The documentation says If placed inside of an ion-chip or ion-item , the avatar...
View ArticleUnfortunately, app has stopped Ionic
I have a app in ionic. Then when I click in Login button the app throw me this error “Unfortunately, app has stopped”. Could anyone help me please, How to fix it? Thanks My ionic info: Ionic: Ionic...
View ArticleBackground mode doesn't work
Hi I have a problem with my app. The background mode does not work. It tells me that the plugin is not installed or when I want to use another plugin that asks to add to the confi: I get an error when...
View ArticleFailed to execute 'setAttribute' on 'Element': '(click)' is not a valid...
I’m trying to execute a function after clicking, but I don’t understand where the problem occurred. Beginner programmer I hope everyone can give me some ideas Package.json: { "name": "myApp",...
View ArticleThe new marker has updated its location but old marker not remove in ionic...
The marker is updating to new position and set a new marker but problem with old position marker not remove. marker.remove() not work under this if condition. How I remove old marker? any solution...
View ArticleIONIC app with its own backend
Hi, I am planning to develop an app which will hold the backend and database in the phone (no external API or cloud allowed) Is this possible with IONIC? I am new to IONIC and I can’t find examples of...
View ArticleIonic 5 disabled ripple effect does not work
hi i want to disable ripple effect for all components in ionic android and ios so i used IonicModule.forRoot({ rippleEffect: false, }) but it is only work in android and for ios does not work. please...
View ArticleIonic 5 Framework - ion-reorder-group modify height not possible
I want to change the height of my ion-reorder-group. I already am able to use my ion-reorder-group. I can drag and drop items. But now I want to be able to change the height tot 50% so it shows my...
View ArticleHTTP POST request Ionic 3 gives 403 forbidden
I’m currently working on an app based on ionic 3.9.2. I’m trying to send a POST request to an API but I’m getting a 403 forbidden. orignally I had a CORS issue but I temporarily added...
View ArticleIONIC scroll styling
Hi guys, I am having trouble with scroll styling, its working with href but not with routerLink. Do you have any solution how to fix it; Thank you 1 post - 1 participant Read full topic
View ArticleAndroid build problem, missing rxjs module
Hello. I just subscribed to “Launch” pack for native builds and wanted to test Android build. Locally my master commit builds perfectly and run on devices and simulator. However, when I submit Android...
View ArticleIonic tabs to push a page in the main view and maintain history
Hi all, I am searching everywhere to find a simple solution. I wonder why this has not been asked previously. The question is this: I have 4 tabs, Home and 3 others. I want my navigation stays in Home...
View ArticleHow to pass information on page navigation/routing
Hey guys, So I have an app and I have set up some cards with data from a loop like so if (factCheckerData instanceof Array) { factCards = factCheckerData?.map((facts: any) => ( <IonCard...
View ArticleIonic login stuck
I used Ionic signup to signup for a new account. Confirmed my email. Then, tried Ionic login on cmd (admin) in my project folder. Entered my email when prompted and then, its getting stuck no response...
View ArticleIon Segment CSS Problem
Hi everybody, My home page in have an ion segment. However, something strange appears on a page transition, as in the video. What do you think could be the reason? 1 post - 1 participant Read full topic
View ArticleWhen I am reloading the page, It is taking time to navigate. Ionic 5,...
I have done both navctrl, router still when page is reload or first time open then navigation takes time, no error is showing, When the button is clicked, the URL changes but the display waits for a...
View ArticleHow to add fab close button with text into latest ionic angular
Please see below case, as we have added fab open button with some text and when it open then it hide whole text with transform so it not looks good, so we need to add some text instead of close icon....
View ArticleUnable to integrate FCM in ionic 5
ERROR: FAILURE: Build completed with 2 failures. 1: Task failed with an exception. Where: Script...
View ArticleIon-virtual-scroll does not render element when combined with ng-template
Hello all, Lately I have been trying to implement a custom generic virtual scroll component combined with an infinite scroll. I tried to make it generic, in a way that, in my virtual scroll...
View ArticleGetting from 99.9% reliability to 99.99%
I have an Ionic 5 (Angular) app. It’s a journal app where you have daily entries containing text and images. Currently whenever a user tries to save the data it works around 99.9% of the time as...
View Article