Questions tagged [ionic6]

278 questions
1
vote
0 answers

scrollIntoView functionality broken after loading changing navigation (router-link)

I have this little Ionic 6 Vue app which has two menu's - left and right.
jimmybondy
  • 2,092
  • 3
  • 21
  • 33
1
vote
2 answers

Onesignal Notification permission issue in android 13, No permission dialog box appears

No permission dialog box appears.Only able to fetch getIds ,Cannot able fetch **pushToken ** in android 13 device.By this notification is not able to fire. Facing onesignal notification issue in android 13 devices. Notification is not fired in…
1
vote
0 answers

Google play console | Pre-launch report | Unable to start receiver com.google.android.finsky.instantapps.PhenotypeUpdateReceiver

I am developing a mobile application with ionic capacitor. 4 days a go we have uploaded our first testing version to google play console, we had 3 Crashes reports in different devices, all with the same message java.lang.RuntimeException: Unable to…
1
vote
0 answers

How can I make the ion-tab-buttons work with vue-router? (with Ionic 6 and Vue.js 3)

I'm building a tabs page with Ionic 6 and Vue.js 3 but I cant use the router-link in the button and I dont understand why... The following example doesnt work
Esteban
  • 1,496
  • 17
  • 22
1
vote
1 answer

Ionic v6 transparent body (@capacitor/google-maps)

In the docs you can read "...as the developer, you must ensure that the webview is transparent all the way through the layers to the very bottom". I've googled about that but found no solution. In my case it works if I set the as transparent but…
Eloy Ruiz
  • 739
  • 1
  • 8
  • 14
1
vote
1 answer

Using multiple named slots in custom Ionic Component

I'm trying to add more than one slot to a custom component, in this case a Navbar... When I use only one, and without a name, it works perfectly. When I include a slot name, it stops working. Calling the navbar...
Esteban
  • 1,496
  • 17
  • 22
1
vote
2 answers

How to use Events on ionic modal with a controller

i use ionic 6 on nuxt project and i want to show a modal. So i use the controller of the ionic modal (https://ionicframework.com/docs/api/modal#controller-modals). But i don't know how i can use the events there…
1
vote
1 answer

error - ERROR {"code":2100} on Xcode when running Ionic Angular App on iOS 15.6.1

We are running an Ionic Angular app on iphone with xcode. The cards should show the task end and start date, and a snippet of the task notes. The dates are displayed on iOS 16 but not on iOS 15. The error we get is [error] - ERROR {"code":2100}. We…
1
vote
1 answer

IonNav is not working with react 18 or ionic 6

here im using IonNav. import { IonNav } from "@ionic/react"; im getting blank screen with IonNav return(

Please help

Sumit Sharma
  • 160
  • 9
1
vote
1 answer

IonInput not allowing to conditionally prevent the onChange event

On this StackBlitz project: https://stackblitz.com/edit/node-hxolmq?file=src%2Fmain.tsx I have the following custom control... /src/controls/IonInputMagic2.js import { IonInput } from "@ionic/react"; import { useEffect, useState } from…
davidesp
  • 3,743
  • 10
  • 39
  • 77
1
vote
1 answer

ion 2 calendar monthChange event not working

I am using ion2-calendar version 3.5.0 without implementing the monthChange event it is working fine, but when I add like this:
Hadia
  • 11
  • 3
1
vote
0 answers

Ionic toolbar triggers context menu out of viewport when app inside a div

I just created an Ionic 6 app with the following command: $ ionic start happy-meal tabs --type=react My goal is: to have a toolbar with a MENU button at the end that when clicked it opens up a context menu. the app should be enclosed into a…
davidesp
  • 3,743
  • 10
  • 39
  • 77
1
vote
1 answer

How to integrate Face ID on capacitor 3 and Ionic 6 app

Im trying to integrate FaceID on my Ionic 6 + Capacitor 3-4 app but the only documentation I found is Ionic enterprise plug-in which costs a fortune. Is there a modern, open source solution for this?
1
vote
2 answers

Ionic Android Strange routing when physical key is pressed [Honeywell CK65]

We are developing Ionic android app and we are having a strange problem with Honeywell CK65 device, to be more specific with device physical keyboard. If the app is being used only by touch, without device physical keyboard, the app is working…
whebz
  • 111
  • 3
  • 12
1
vote
1 answer

Ionic 6 Angular theme always dark on Android

I am using Ionic 6 / Angular. I have noticed that in variables.scss contains: @media (prefers-color-scheme: dark) { ... } The issue is that unless I rename dark to for example: @media (prefers-color-scheme: dark-off) { ... } In Android phones…
nxv
  • 13
  • 4