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).

Inject angularjs service into Angular

I'm trying to use $log service into an angular 2, According to what I read you need the following steps: Create …

javascript angularjs angular ionic2 ng-upgrade
Singletons in Ionic 3, Angular 4

I am defining service as class, something like this: @Injectable() export class MyService { ... } In other components or pages, I am …

angular ionic2 ionic3
Property 'cordova' does not exist on type 'Window'. : ionic

In my code, I'm getting the error as Property 'cordova' does not exist on type 'Window'. This is where I'm …

cordova ionic-framework ionic2 ionic3 cordova-plugins
scrollable segments in ionic 2 (horizontal)

I am trying to do horizontal scroll using segments in ionic2. Here is the code: home.ts: <ion-scroll scrollX="…

angular scroll ionic2 segment
requestAnimationFrame is being called only once

I'm trying to achieve a pretty basic animation using ThreeJS in my Ionic 2 application. Basically trying to rotate a cube. …

angular three.js ionic2 requestanimationframe
GoogleMaps directions service using ionic-native

I am using googleMaps with my ionic2 app. I am using ionic-native lib.I have implemented a lot of the …

google-maps ionic2 google-directions-api ionic-native
ionic 2 render data before view load

I am learning ionic 2 and currently facing some ionic lifecycle issue. I want to show data after api gets success …

javascript jquery angular ionic2 ionic-view
Create custom dialog box in ionic 2

I want to create custom dialog box in ionic2. I have tried lot's of reference ionic docs tutorial but I …

ionic-framework ionic2 ionic3 ionic-view
Ionic 2: How to call parent page function from Popover component

I have a page component with a button that opens a PopoverController. According to the Ionic Docs, popovers need another …

ionic-framework ionic2 viewchild ionic-popover
What does actually happen when we do ionic state restore, save, clear and reset?

What does actually happen in the project, when we do following ionic state commands? restore save clear reset In what …

android ios ionic-framework ionic2 ionic-cli