Questions tagged [ionic6]

278 questions
0
votes
0 answers

How can I prevent hiding keyboard in ionic 6 & capacitor 4 web view app when holding touch?

I developed a web view app for Android using Ionic 6, Vue 3, and Capacitor 4. I have a button that handles the "hold" event for voice recording, similar to the voice recording feature in WhatsApp and Telegram. note: For the send button and other…
0
votes
1 answer

Ionic 6 capacitor `pushNotificationActionPerformed ` event is not getting triggered on clicking push notification

I am implementing push notification in my Ionic 6 App. I am using @capacitor/push-notifications plugin to manage push notification in my Ionic App. import { Injectable } from '@angular/core'; import { Capacitor } from '@capacitor/core'; import {…
Ninja Turtle
  • 1,293
  • 2
  • 24
  • 50
0
votes
0 answers

Ionic 6: How to hide the first and last tick from an ion-range slider?

I'm using the ion-range component in my Ionic 6 project to create a slider with a step value and ticks displayed on the slider. Here's the code I'm using to create the slider:
0
votes
0 answers

ERR_CONNECTION_RESET error in ionic 6 capacitor

I am facing net::ERR_CONNECTION_RESET error in ionic 6 capacitor while hitting Api . Please Help I am hitting Api from Ionic 6 capacitor
0
votes
0 answers

Getting error in building the android App in Ionic 6

I am trying to build the android app and getting the error related to Gradle. basically when I change the API level from 30 to 31 in config.xml it gives me below error otherwise it runs smoothly. Error: BUILD FAILED in 3s 21 actionable tasks: 3…
0
votes
0 answers

How can i connect android 11 and and android 12 with bluetooth in ionic?

If I declare in the "AndroidManifest.xml" the permissions for Android 12+, when scanning it does not find those that are Android 11 or lower. I have the same problem the other way around. I tried declaring in the AndroidManifest.xml the user…
Gabbo
  • 1
0
votes
1 answer

npm i com-badrit-base64 plugin is not working

I am using ionic framework with capacitor. I need to convert video file to base64 string. I have added the following plugins on my android and iOS. npm i com-badrit-base64 npm install @ionic-native/base64 I have used the following code to convert…
Manthiram
  • 149
  • 2
  • 13
0
votes
0 answers

deploy to firebase hosting with problems

My app is an Ionic capacitor angular project. It is very simple, just to read QR codes. Testing on android studio works without problem, the app open the camera, read the QR and present the correct results. When I deployed to Firebase, the process…
0
votes
1 answer

Translation Pipe (ngx-translate) not found in Ionic Framework 6

I want to use the ngx-translate Pipe for translate my ionic app. app.module.ts export function createTranslateLoader(http: HttpClient): TranslateHttpLoader { return new TranslateHttpLoader(http, './assets/i18n/', '.json'); } @NgModule({ …
mistermm
  • 81
  • 1
  • 2
  • 8
0
votes
0 answers

CORS Error when trying to access json file from server

we uses ionic angular for our iOS app. we stores our assets files in server to dynamically update the assets when we need but when iam trying to access a json file for lottie animation it's not loading cors blocks fetching the file giving below…
sinan
  • 133
  • 8
0
votes
1 answer

When integrating angular/fire 7.5 with angular 15, get error Need to provide options, when not being deployed to hosting via source

I am porting an app from angular8 with angular/fire 5.4 to angular15 with angular/fire 7.5. I added the following to my AppModule imports section import { provideFirebaseApp, initializeApp } from '@angular/fire/app'; import { provideFirestore,…
Pascal DeMilly
  • 681
  • 1
  • 6
  • 16
0
votes
1 answer

Using the ionic framework how can I add an input field above a picker

I am using the Ionic 6 picker multicolumn with angular but also want it so that a user can type in a value. The picker I use has only numbers, 1 column for hh and 1 column for min. How can I basically add input fields above the picker columns? So a…
PilotPatel
  • 13
  • 3
0
votes
0 answers

Ionic v6 & React page transitions not working

I am coding an app using ionic v6 with React. I tried to implement Page transitions following the documentation but no transitions are showing when my pages are changing... I can navigate between my pages but there's no transition between them. My…
0
votes
0 answers

Ionic6 Angular using angularFire 7 errors when injecting Firebase in a component

Help, please... I have an Ionic 6 app using Angular and Firebase. I know Firebase is set up correctly because Firebase authentication works. So why when my first component loads after authentication (which injects my service ) do I get the error…
user1753622
  • 287
  • 3
  • 19
0
votes
0 answers

How to add Cordova plugin in angular library to reuse in multiple ionic apps?

I have created a multi-app ionic project. Also, added angular libraries to be reused in multiple ionic apps. I managed to setup the libraries to have ionic components and pages and can be reused successfully in multiple ionic applications without…
IBRA
  • 1,502
  • 3
  • 24
  • 56