Top "Ionic2" questions

Ionic 2 is the next generation of Ionic, the open source SDK that enables developers to build performant, high-quality mobile apps using familiar web technologies (HTML, CSS, and JavaScript).

Ionic 2 Form goes up when keyboard shows

I am using latest version of ionic 2. My code has a <ion-content padding><form></form&…

angular typescript ionic-framework ionic2 ionic3
Why white screen stuck after splash screen in Ionic 4?

I run ionic cordova run android for my Ionic Cordova project. At this time, I have my mobile connected to …

angular ionic-framework ionic2 ionic3 ionic4
How to position a popover in Ionic 2

How do I manually position a popover in Ionic 2? I can't set the position in a css class, since the …

javascript ionic2
TypeError: L.Control.Draw is not a constructor

I wanted to draw a polygon in the leaflet map in my ionic2 app, for that I found leaflet-draw pluggin, …

typescript ionic2 leaflet.draw
Uncaught (in promise): Error: No provider for AngularFireAuth

We are tried login with google authentication using (Firebase/ionic2/angularjs2).Our code import { Component } from '@angular/core'; import { …

firebase ionic2 firebase-authentication angularfire2 google-login
Ionic - Error: Cannot find module 'android-versions'

When a try to run ionic run android --device I'm getting an error of module: Error: Cannot find module 'android-versions' …

android cordova ionic-framework ionic2 ionic3
How to not dismiss the alert box when clicking outside of it on Ionic

I am building a ionic 2 app and I am using the following component http://ionicframework.com/docs/components/#alert import { …

angular typescript ionic2 ionic3 ionic4
White screen after splashscreen, Ionic2, android device

I am currently developing Ionic2 app. I face a problem that after Splash screen, there is a white screen for 6…

ionic2
Ionic Ion-Button icon-only

I'm very new in Ionic2 or Ionic at all. I set up a new project and want to design a …

ionic2 ionic3
How to implement spinner with loading controller in ionic 3?

I want to implement spinner with loading controller in ionic3 . I have implemented simple loading controller . how to do it? …

ionic-framework ionic2 spinner ionic3 loader