Skip to main content

Questions tagged [ionic-framework]

Ionic is a front-end framework for developing native-feeling hybrid mobile apps with HTML and Sass. Traditionally, it runs on top of Cordova and Angular, but since Ionic 4 it supports Angular, React, Vue.js and Web Components running on top of Cordova or Capacitor.

ionic-framework
0 votes
0 answers
15 views

How to get paymentMethod on Stripe PHP

Hello i am having trouble sending a paymentmethod parameter to php function (createSubscription) in order to create a subscription on Stripe for my users. import { Component, AfterViewInit, ...
Pella Post's user avatar
0 votes
0 answers
8 views

In Ionic Android, Axios giving error Request Aborted but working fine in web browser

I am using Ionic for android and calling simple login post method using Axios. It is working fine in browser but in App it is showing following errors. $e {message: 'Request aborted', name: '...
AjayR's user avatar
  • 4,159
0 votes
0 answers
10 views

ionic v3 ios 17.5 windows.open not opening the URL

I have recently updated from xcode 12 to xcode 15.4 so that I will be able to meet the app store's requirement of building apps with IOS SDK 16.1 However, upon doing so I am no longer able to install ...
Yeo Bryan's user avatar
  • 397
0 votes
0 answers
27 views

NPM always picks old version of Node-Gyp

I am working on building on Ionic project and I am newbie to Ionic too! I would like to run npm install but it got failed with following error Based on my observation and understanding, the node-gyp ...
Rakesh L's user avatar
  • 1,136
1 vote
1 answer
36 views

After Angular 18 Ionic 8 upgrade bound properties raising NG01203

I'm migrating my Ionic v7 Angular v17 to Ionic v8 and Angular v18. I've chosen to continue to use NgModules. When I load some routes (which lazy load modules) I'm getting an error on the first bound ...
saschwarz's user avatar
  • 1,167
0 votes
0 answers
11 views

Ionic - How to pass URL params between tabs

in Ionic I have an app-routing module, which looks like that: import { NgModule } from '@angular/core'; import { PreloadAllModules, RouterModule, Routes } from '@angular/router'; const routes: Routes ...
sebjel's user avatar
  • 13
0 votes
0 answers
9 views

Reading compass and play sounds while in background

For a capacitor or Cordova app. While the app is in the background, for example when the phone is locked, I need the app to keep getting updates of the gps and compass so that it plays a spatial sound ...
Seb's user avatar
  • 508
0 votes
2 answers
15 views

How to prevent ionic 4 capacitor keyboard from closing when clicking another input, after an input is already focused

I'm going to link the APK. Click the Login button to get to the issue :) https://drive.google.com/file/d/1BKol_X_FhISZw6bnuwV6PN7fopAa0xlt/view?usp=drive_link Basically, if you select the "Enter ...
Colin's user avatar
  • 13
1 vote
0 answers
23 views

How to detect if any other app is running in Picture-in-Picture mode while my app is running?

Working on a Cross-Platform Ionic app for Android and iOS. My requirement is to detect if some other app is running in PiP (Picture-in-Picture) mode within a floating window in front of my app screen. ...
Syed Muhammad Mohsin Ali Naqvi's user avatar
0 votes
0 answers
28 views

mix Ionic Angular with Ionic Vanilla JS [closed]

Currently, I have an ionic vanilla js with capacitor project which is working fine. I need to integrate it with another ionic Angular capacitor project. Is it something feasible and how tough it is if ...
chamroeun bm's user avatar
1 vote
0 answers
22 views

Unable to clear FCM notification badge count on Android in Ioinic Angular App

I am working on an Ionic Angular app using the Firebase FCM for sending push notifications and am using the capacitor badge to clear the count once the user enters/leaves the App. Inside the ...
Sanjay Tibrewal's user avatar
-2 votes
0 answers
14 views

Guidance Needed for Integrating Device Registration and Control in Ionic App

Want to integrate an app that registers devices for a customer. A single application can be handled by a single customer, in which all devices can be registered. After proper configuration, the ...
Akshita Mundra's user avatar
-1 votes
0 answers
16 views

Ionic live update: "ReferenceError: cordova is not defined"

We have an angular 17 app with cordova and ionic live update. Now we wanted to ship a new version via live update and when the app gets the live update we get a console error saying ReferenceError: ...
Frosty's user avatar
  • 9
-2 votes
0 answers
20 views

How to configure different google services in Ionic Framework?

I need to add push notifications to an app that is developed with Ionic Framework and Capacitor. I already created the project in Firebase and it gives me a google-services.json file which must be put ...
Odannys De La Cruz's user avatar
0 votes
1 answer
25 views

Ionic ToastController not showing toast after npm run build

The issue is: Using ToastController after build doesn't shows the toast. Its working as expected with npm run serve, but not when builded. Seems like never reaching the point of console.log('Message ...
Dimitar Marinov's user avatar

15 30 50 per page
1
2 3 4 5
3244