Questions tagged [ionic6]

278 questions
0
votes
1 answer

why i can't test ionic app with android studio

i created an ionic capacitor app for the front end using angular and the backend with express node and mongodb, with cookies to storing the jwt , with testing the app with ionic serve in localhost it's work perfectly , but when i build the app with…
ikat88
  • 11
  • 3
0
votes
0 answers

I want to continue developing with ionic 6 however the new project is creating an ionic 7 project

I want to create an ionic 6 project. My ionic-cli version is 6.20.9 installed globally. Recently it was upgraded to 7 therefore, I removed the cli and installed it again using this command ionic uninstall @ionic/cli ionic instal @ionic/cli@6 Now, I…
Kiran Rai Chamling
  • 460
  • 1
  • 6
  • 15
0
votes
0 answers

Issue In Incoming Call in Android Using Ionic Capacitor cordova-plugin-twiliovoicesdk,

'Incoming handler is not getting fired while I am getting Notification from FCM.' In The Image you can see the Piece of code.
user10380452
0
votes
2 answers

How can i add dynamic data to Swiper.js on IONIC 6 Angular?

I'm working on a recently migrated app (IONIC 3 to IONIC 6) and during the updates, the deprecated message for the Ion-Slide component showed up, so we launched an issue on our project and started the migration to the Swiper.js lib. On the previous…
0
votes
0 answers

Ionic 6 capacitor disable back swipe on a particular page

Looking to disable users from swiping back to the login page. I am using ionic 6 and capacitor I am using: import { IonRouterOutlet } from '@ionic/angular'; constructor(private routerOutlet: IonRouterOutlet) { } ngOnInit() { …
0
votes
1 answer

Ionic App is not displaying content but tabs still show

I am learning how to build an app in ionic so I am very much a beginner to the language. My current project is a shopping list app, which should allow the user to add and remove items as well as edit them. Currently I am in the beginning stages.…
0
votes
0 answers

Ionic DateTime 6: How I can enable only valid days of the month

I'm a developing a bookings app, so in a section I want to display an ion-dateTime where people can see the valid month days, this implies that the days that have already passed will be shown disabled in the calendar and people can simply select the…
0
votes
0 answers

Ionic 6 Capacitor iOS FCM Notifications with Custom or Default Sound

In my Ionic 6 Capacitor App I'm implementing FCM push notifications for both, Android and iOS. I'm using Capacitor plugins https://github.com/capacitor-community/fcm and https://capacitorjs.com/docs/apis/push-notifications For Android, I was able to…
0
votes
0 answers

Adding style to Swiper Element v9 in ionic 6

this is not me asking questions, but contributing my quota to some of the challenges some developers faced styling the latest Swiper Element in ionic 6 as a proper documentation is not yet in place Assuming that the .swiper-slider-full element has a…
fagbemi ayodele
  • 481
  • 1
  • 5
  • 11
0
votes
1 answer

Ion-menu-toggle is not closing the menu when navigating to another page

I am pretty new to ionic and app development as a whole but I've tried all of the solutions that I have found and none of them are working, so I thought I would come here and ask myself. I am using ionic 6.20.9 and all of the dependencies are up to…
0
votes
0 answers

Ionic 6 dateTime - IsDataEnabled takes today's date as an invalid day

I want to disable all calendar months and days that are not valid, that are already past and I achieved it by adding the min and max property which helped me to limit my dates only to the range I am interested in, also use the [isDateEnable ]…
0
votes
0 answers

Ionic6 Header Component size is not same every page

I try to use the header component (global module) in ionic angular, on the main page (home) the header output was so good and precise as I expect. but when I link to other pages, like home -> products, the header change, my burger icon is gone, I…
0
votes
0 answers

How can I import a custom library into a Ionic 6/VueJs 3 Project?

So I'm new to typescript, Ionic 6 and Vue Js. I've created a multiapp project with Ionic 6/VueJs 3. Here is the structure: { "defaultProject": "app1", "projects": { "app1": { "name": "app1", "integrations": { "capacitor":…
Esteban
  • 1,496
  • 17
  • 22
0
votes
1 answer

Configure ion-title element to support multiple lines

I want the ion-title element to be able to display multiple lines, I've tried everything without any success. The white-space property doesn't seem to work What would be the correct way to do this? Here an example of what I'm trying…
user60108
  • 3,270
  • 2
  • 27
  • 43
0
votes
1 answer

How to make background gradient on page refresh in ionic framework

I have a task to do a page refresh in the application, the problem is that the background of my application is a gradient, not a static color, ionContent perceives a gradient in the background, but when I refresh the page, a block with an ionPage…
Dmytry
  • 11
  • 1