Category "ionic-framework"

Firebase Plugins not Working on IOS (Ionic)

I am developing an Ionic App, and I am having some issues with the IOS App and Firebase/FCM Plugins. The Android App is working perfectly with the below plugin

Ionic Gestures Value doesn't refresh in html

I create a filter system. Short explain: The app user swipe pictures to the left or right side (like the tinder app). I use this https://ionicframework.com/docs

WifiWizard 2 ERROR_ADDING_NETWORK

I need some help. I try to develop an app which is setting up the wifi connection on an android device. I try to use WifiWizard2 with this.wifiWizard2.connect(s

cordova-plugin-firebase is not working in ionic 3

i want integration cordova-plugin-firebase in ionic 3 added this plugin $ ionic cordova plugin add cordova-plugin-firebase $ npm install --save @ionic-native

'ion-header' is not a known element ionic 5

Following are the steps i have taken I created a new project of ionic 5 using ionic start template blank updated angular to angular 9 created a new page module

Why does ion-radio checked value not get set correctly based on data loaded?

Why does the page load with both radio buttons deselected? colorSchemes is an array with 2 items. <ion-radio-group (ionChange)="radioGroupChange($event)" #ra

What is React Native WebView alternative for Capacitor/Angular?

I need to transform WebView component from React Native to Capacitor/Ionic/Angular: <WebView source={{uri: customUri}} /> Is there some similar option

Override done button functionality inappbrowser

Is it possible to override done button functionality? i need to just hide inappbrowser on done button as when show same the last visit url next time.

How to change the color of custom svg icon in ionic 4?

I want to change the color of a custom svg icon on clicking a button <ion-item> <ion-icon src="../../assets/img/icon-qr.svg"></ion-icon>

How to set minimum and max times in an ion-datetime

I am using an ionic DateTime component to pick just time in my page. But I have to just allow the user to select times from 06:30 Am to 07:30 PM. How can I limi

How to create the ionic slider with shows some pixels of next and previous slides in the present slide

i have created the sliders like this but i need something like this Here is my code <ion-slides [options]="slideOpts_slider"> <ion-slide> <img

how to open PDF URL into the app without downloading in ionic 5

i am already try with this plugin but no luck how to achieve like this https://ionicframework.com/docs/native/file-opener https://ionicframework.com/docs/nativ

Page is not rendering after using `history.push` in Ionic/React with `IonTabs` as nested routes

I have an Ionic/React v5.0.7 app with IonReactRouter to manage routing: // App.tsx return ( <IonApp> <IonReactRouter history={history}>

dangerouslySetInnerHTML returns [object, object] with any input that contains markup (eg 'a', 'div', 'span', etc)

I've created a custom component that is used simply for display purposes: import React from 'react'; import './CardContainer.css'; import sanitizeHtml from 'san

Ionic 3 Volume Key Event Capture

What I want to do is call one of my functions whenever the user presses the volume up or the volume down buttons on the phone. What I tried so far is using the

Ionic V1 / AngularJs - $IonicPopup sometimes display template without interpolating

I've an issue and can't figure out how it can happen : Sometimes on real devices, popups aren't interpolating html as in picture : Its happening more often whe

Ionic 4 ion-input allow number only, restrict alphabet and special character

I am creating an app in ionic4, I have a functionality where user can enter the only integer number (0-9), so I want to restrict any other character i.e alphabe

Angular / Ionic mobile app ios does not fetch from Firebase using angularfire

I am trying to test a little Ionic/Angular sample app on an iOS Emulator. On the web, all the requests to firestore using angularfire work perfectly fine. Someh

Ionic 4 ion-action-controller prevent auto close on button click

I am trying to show the list of language available as an Action sheet. But as soon as the language button is pressed the action sheet closes automatically. Is t

uses-sdk:minSdkVersion 19 cannot be smaller than version 22 declared in library

Earlier we were using Android API level 28 with minSdkVersion as 19 in config.xml and the app was available in the play store. Recently we updated the android v