Top "Ionic3" questions

Ionic 3 is the newer version of Ionic, an open source SDK that enables developers to build mobile apps using standard web technologies (HTML, CSS, and JavaScript).

How to remove small caret from ion-select in ionic4

I want to remove the inbuilt grey small caret from ion-select, and use my custom caret(arrow) instead. Code: ion-select { …

angular ionic-framework ionic2 ionic3 ionic4
Error run on IOS emulator after update to IOS 11 - Ionic 3

After update to IOS 11, command ionic cordova run ios -lc --target="iPhone-6" I have error ** BUILD SUCCEEDED ** No available runtimes …

cordova ionic2 ios-simulator ionic3
IONIC Android Apk File size Way Too Big ! how to decrease the size of app for android?

I have developed the app using ionic 3 and now while generating android apk file it 's size getting way too …

cordova ionic-framework ionic3 cordova-plugins ionic-native
Face Id authentication in android (Ionic)

I am developing a Hybrid application for which once the user enters the username and password initially after successful login …

android cordova ionic-framework ionic3 face-id
How can i integrate paytm in angular4

I'm integrating paytm in angular 4. paytm plugin is successfully added in project , but i don't know how to import paytm …

html angular ionic3 paytm
Make Ionic app appear in "Share" list and receive data

I am trying to get an Ionic app to appear in the "Share" list when a user clicks the share …

android ios cordova ionic-framework ionic3
Geolocation not working in device ionic3

I am working with ionic 3 location-based work. I am not able to get current location of latitude and longitude here. …

ionic-framework ionic2 geolocation ionic3 hybrid-mobile-app
HTTP plugin is not installed error with ionic

$ ionic cordova plugin add cordova-plugin-http $ npm install --save @ionic-native/http The implementation is: constructor(private https: HTTP ) { } this.https.get(…

cordova-plugins ionic3
RXJS: TypeError: this._subscribe is not a function

I'm migrating an ionic 3.8 app to 3.9.2. This migration includes an update to RXJS 5.5 I'm now experiencing this error: TypeError: this._…

angular ionic3 rxjs5
How to reset Ion-Select form field in Ionic 3?

I want to present an option to allow user to clear the ion-select form field if they decided to not …

angular forms ionic3 ion-select