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

How to Include JS file in ionic 3

Im looking for a way to access a variable from external js file which i included in assets/data folder …

angular typescript ionic2 ionic3
How do I run an ionic app in android studio emulator?

I am new to ionic and I want to run my app on android studio emulator. I did refer the …

android android-studio ionic-framework ionic2
using external JS libraries in my angular 2 project

I need to use this JS library in my angular 2 project this question may be duplicate with me , but no …

javascript angular typescript ionic2 ionic3
Wait for multiple promises to finish

I am using the SQLStorage from the Ionic platform. The remove function returns a promise. In my code I need …

javascript angular promise ionic2
Ionic 2 <ion-content> disable scroll

I've tried several methods to disable scroll, including using CSS position: fixed, attribute overflow-scroll="false" and etc, but all methods …

scroll ionic2
Safe value must use [property]=binding after bypass security with DomSanitizer

<!--HTML CODE--> <p #mass_timings></p> //Controller code @ViewChild('mass_timings') mass_timings: ElementRef; …

javascript html angular security ionic2
Ionic 2 Images not displaying on device

It just seems the simplest of things such as using the correct url path for an image can consume so …

angular ionic-framework ionic2
How to use [(ngModel)] on div's contenteditable in angular2?

I am trying to use ngModel to two way bind div's contenteditable input content as follows: <div id="replyiput" …

angular ionic2 contenteditable
Invalid argument 'date format' for pipe 'DatePipe'?

This seems to be a simple question. I'm using pipes in my Ionic 2 application for dates format. This is the …

angular date-format ionic2 pipes-filters
How to call function every 2 mins in angular2?

How do I call a save function every two minutes in Angular2?

angular ionic2