Questions tagged [ionic6]
278 questions
1
vote
1 answer
How can I change the font-size of the whole app on (ionChange)?
I would like to offer the user the option to choose the font-size of the whole app on his own. My problem is that I don't know how to change the font-size globally on runtime. I already tried adding a class in global.css:
...
* {
font-size: large;…

scjminova
- 13
- 3
1
vote
0 answers
Ionic6 fcm push notifications do not work on iOS
Generate APNs key (p8) from Apple Developer
Upload the APN authentication key to Google Firebase
Upload GoogleService-Info.plist to your project folder
Check background modes > Remote notifications in Xcode
Add push notifications of capabilities in…

Donguk Baek
- 29
- 2
1
vote
0 answers
angular version mismatch issue when creating ionic 6 project
When I am creating IONIC 6 Project it comes with angular version 14 but in the "devDependencies" entry i can see the "@angular-eslint/builder, eslint-plugin, eslint-plugin-template & template-parser" has version 13 entries, which causes a problem…

Israr ahmad
- 77
- 1
- 8
1
vote
1 answer
how to create an ionic-button with multi line text ,wrapped text in ionic v6/v5
I had a problem creating an ionic-button with multi-line text in ionic v6/v5, the problem was that the whole text was appearing in one line and part of the text was not shown. like the example in the stackblitz

Masoud Tahmasebi
- 423
- 6
- 22
1
vote
0 answers
How to write code of HTTP request to upload files to Firebase Hosting
I will like to upload files to a firebase hosting site. I have read through the documentation but I'm not able to write the code to make the http…

Bdna Thirysix
- 11
- 2
1
vote
0 answers
Why multiple marker of google map is not showing in android emulator for ionic 6 apps?
I am new in ionic. Currently I am working on google map feature. I am able to draw route between source and destination and show multiple markers. It is working fine in browser but not in android emulator. My intention is to develop an app like…

Ataur Rahman Shaon
- 11
- 1
1
vote
0 answers
Unable to add android platform
I am doing a ionic 6 project having node -v v16.13.1 and npm -v 8.1.2
I did "npm install" and after that when i run "ionic cordova platform add android" i get the below error. I am using Ubuntu Terminal. this happens only if i use node above…

Team FOS
- 11
- 2
1
vote
2 answers
Ionic Menu remove highlight line
Community, I was coding a side menu at the slot end and when I open the menu for the first time by using an image and menu controller to open it appears a highlight line on all the screen borders. Does anyone know how to get rid of it?
The HTML…

Àlex
- 602
- 1
- 4
- 19
1
vote
1 answer
Ionic 6 Capacitor 3 Share Plugin Not Working with Android 12
import { Share } from '@capacitor/share';
openSocial() {
Share.share({
title: 'See cool stuff',
text: 'Really awesome thing you need to see right meow',
url: 'http://ionicframework.com/',
dialogTitle: 'Share with buddies',
});
}
This code…

Prashant Mehta
- 77
- 6
1
vote
1 answer
Problem with SweetAlert2 and Ionic6 not visualizing correctly
I have a Ionic Project written on Ionic 5 Angular that has some popups using SweetAlerts2.
Today I decided to update Ionic to Ionic6 and SweetAlerts2 popups doesn't look right. Like the alert is only visible on the header and everything else is…

Pablo Ramos Muras
- 13
- 4
1
vote
0 answers
IONIC 6 'UploadMappingFileTask' property 'googleServicesResourceRoot' doesn't have a configured value
When I try to build an android with command ionic cordova build android --prod --release build is failing with the error shown below :
FAILURE: Build failed with an exception.
What went wrong:
A problem was found with the configuration of task…

Abhishyam Nayak
- 17
- 1
- 6
1
vote
3 answers
Ionic 6 - Viewchild null in dynamic component loader
I´m developing an Ionic application that will have a form with controls created dinamically from JSON data.
load-child.directive.ts:
import { Directive, ViewContainerRef } from '@angular/core';
@Directive({
selector: '[dynamicChild]'
})
export…

Dargor
- 93
- 1
- 9
1
vote
0 answers
when i have need to ionic 6 my my migration. then i have got the error like NullinjectorError in some module
ERROR Error: Uncaught (in promise): NullInjectorError: R3InjectorError(EnquiryModule)[[object Object] -> [object Object] -> [object Object] -> [object Object] -> [object Object]]:
NullInjectorError: No provider for [object…

Anand
- 11
- 2
1
vote
0 answers
Cannot destructure property 'month' of 'parseDate(...)' as it is undefined. undefined - Ionic Date Picker
I have the following datepicker:
Date

Maverick1994
- 91
- 7
1
vote
3 answers
How can I modify the font size of tag inside ion-card-content in ionic 6
Like the question, I am developing a project using vue 3 and ionic 6.
I want to change the font-size of the
tag in

Gleen
- 83
- 6