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.

-2 votes
1 answer
24 views

Renderer Process Crash in Ionic App on Emulator and device - [ERROR .cc(154)]

I am developing an Ionic app and encountering a crash when running it on an Android emulator. The app crashes with the following error messages in the logcat: 2024-07-14 16:18:21.404 6366-6480 ...
Lucas Dalmarco's user avatar
-1 votes
0 answers
24 views

Ionic Capacitor 6 problem with Uploading VIDEO and AUDIO files

Hello I have a problem with the uploading proccess of audio and video file. In chooseAudio, captureAudio and captureVideo the file that is being uploaded returns empty (video_url for video and ...
Pella Post's user avatar
0 votes
0 answers
20 views

<ion-grid -> <ion-row - set conditionally background color

I use this code in order to set the background-color: <ion-grid style="margin-left:2px;margin-right:2px;margin-top:5px;"> <ion-row *ngFor="let scheduleRecordDayCompendium of ...
quma's user avatar
  • 5,617
0 votes
0 answers
13 views

Can't display timestamp retrieved from Firebase and display on ion-datetime

I'm retrieving a timestamp from firebase - no issues there on my *.page.ts I have public matchDate: Date; this.matchDate = this.currentMatchDetails.date; when I console.log that I get it in the ...
Barry the Beginner's user avatar
0 votes
0 answers
24 views

Debugging Ionic and Angular 18 with Capacitor in Android device using Xamarin's AVD

I have been working on debugging a webpage built on Ionic and Angular with Capacitor. Debugging in Android device requires me to download and install Android Studio to run the AVD. Are there any way ...
Yudhi's user avatar
  • 11
0 votes
0 answers
20 views

can't update ionic cordova from 10 to 13 - no such file gradle/aar-metadata.properties

I'm trying to update my Ionic 4 app with Cordova 10 to use Cordova 13. So I try this commands: ionic cordova platform rm android ionic cordova platform add android@latest ionic cordova build android ...
anderlaini's user avatar
  • 1,731
0 votes
1 answer
29 views

Unable to load Google Maps JS API on Ionic / Capacitor while using a physical device or emulator (works fine on browser)

I am trying to use the maps JS API on an Ionic-Angular app that will need to be used on both physical devices and web browsers. The goal is to build an input field using Maps Autocomplete and two ...
Riccardo Fasan's user avatar
1 vote
1 answer
27 views

ion-select preselection doe not work with [(ngModel)]

I use this code in ngOnInit in order to get all institutions of user and if it is only one institution than set it in <ion-select/>. private user: User; public institutionsOfUser: Array<...
quma's user avatar
  • 5,617
0 votes
0 answers
23 views

CapacitorJS: how to share local data between WebView and iOS widget?

I am using a widget in my capacitor app (currently this question only focuses on iOS). I want to save an integer from my webview code into Preferences and then be able to read it from the iOS widget. ...
Felix Olszewski's user avatar
-1 votes
0 answers
11 views

Ionic capacitor build cannot find symbol webview

i updated my capacitor version of my ionic app and trying to generate android app to target api 35 (just to set the latest possible) Ionic CLI : 6.17.1 (/usr/local/lib/node_modules/...
Juny's user avatar
  • 299
-2 votes
0 answers
25 views

IOS app showing blank screen when using Capacitor

My code is wokring perfecting fine in website and in android as well, but when i try to run the same exact code, the code is not working as it is supposed to i get an very wired error,I searched in ...
ashish.oraon's user avatar
-1 votes
0 answers
23 views

Google/Apple Log in - Works first time but trying to login second time throws error

Implemented Apple/google sign up using firebase authentication service. The signup works fine for the first time, gives all information name, email id etc. Works fine in android and browser, not ...
user3702039's user avatar
0 votes
0 answers
20 views

Ionic-8 / ion-select with popover interface : label's option not wrapped

I'm facing an issue with ion-select of Ionic 8. I'm using the popover interface and my long labels aren't wrapped as you can see on this picture: Here's my code: <ion-select [...
Karine's user avatar
  • 601
0 votes
0 answers
22 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
15 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

15 30 50 per page
1
2 3 4 5
3244