Category "ionic-framework"

Ionic Dark Mode - Force Light/Dark and System theme

I would like to add a toggle for my Ionic project that controls the theme of the entire application. The toggle can force a light mode/dark mode irrespective of

Can one implement an update system like the CoinMarketCap app in Ionic

I'm currently building an Ionic app which will be getting very frequent updates. If possible, I want to avoid sending users to the app/play store each time I pu

ionic 5 row alignment towards bottom

i have a below ion grid where there are 2 rows <ion-grid> <ion-row><ion-col class="ion-text-center">My page</ion-col></ion-row> &l

Angular Ionic Capacitor Barcode Scanner Plugin not working on Web

I am currently building my first Ionic app, which should include a QR-Code scanner. This is my package.ts { "name": "drink-inc", "version": "0.0.1", "auth

Get Height of IonHeader from within Component

Ionic-Angular 5 Using https://github.com/roman-rr/cupertino-pane, I am trying to offset the top by the height of the ion-header i.e. height = 100% - (height of

ionic angular project my build failed ... error

build error hey guys I am stucked with the build error for many days please help me regarding this error I have tried upgrading gradle version and android gra

Cannot send request with FormData using Awesome Cordova plugins HTTP (Capacitor)

I just tried to send a photo to the API in my Ionic V6 (Angular, Capacitor) project but the problem is that the request didn't sent to the API and there is no p

Node modules not installing on ionic 3 project

I have an ionic 3 project, which I worked on 02 Jun 2021. Now after cloning the project from Github, I tried to run npm install. It installs the node_modules di

upload image from Angular to aws s3 error: the image cannot be displayed because it contains errors

I'm trying to capture an image with the Android camera and upload it to an AWS S3 bucket. Using Angular 13 Ionic 6 and the Capacitor camera. Finally I got the i

How to send a ngfor object variable to a function

I have a *ngFor list for my categories and inside to list i wanna show subcategories list. subcategory data coming from firebase so i querying it with category_

Uncaught Error: Type HttpClient does not have 'ɵmod' property

I'm creating a news app referring this link https://www.youtube.com/watch?v=D8J9QUwTWmU&t=3s&ab_channel=CodeXpression getting error while checking it fi

How do I close an Ionic app that utilizes an iFrame to display a website on Android

I am making an ionic app that uses an iframe to open a website on Android 11. To navigate utilizing the back button on the phone, I'm using the following code (

The target entry-point "@ionic-native/media-capture" has missing dependencies: - @ionic-native/core

When I try to build my ionic mobile app on android I get the following error. An error occurred during the build: Error: The target entry-point "@ionic-native/m

@capacitor-community/http post request with empty response

I am developing ionic application and using @capacitor-community/http plugin for API call. When I call POST request which returns some response, it's working pe

Conditional compilation using ifdef-loader with Angular 13 and Webpack?

I have an Ionic application that relies heavily on conditional compilation where I include or exclude blocks of code based on a set of config values similar to

Ionic Capacitor (Angular) blank page ios when building from XCode

I'm building an app with Ionic 6 + capacitor. It works fine when testing on the browser and the Android build. However, when I try to build it using XCode it ju

Error 10 in Google Login plugin for Ionic/Angular/Cordova

I'm quite new to all that technologies, but trying to develop an android app with Ionic 6 and Angular 9, compiling with Cordova and publishing in Google Play. E

How to fix ios notch issues using ionic 5 and capacitor 3?

I tried this one, but it doesn't work. AddedAdded meta tag in the index.html tried this CSS property but does not work @supports (padding: max(16px)) { body {

Configure CAPACITOR_ANDROID_STUDIO_PATH environment variable on windows machine using WSL Ubuntu

I have a ionic angular application. When I run 'ionic capacitor build android' from WSL I get the following errors: [INFO] Ready for use in your Native IDE!

Execution fail task ':capacitor-cordova-android-plugins:processDebugGoogleServices'. No matching client found for package 'capacitor.android.plugins'

Error while building the app in studio.enter image description here