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

ERROR] An error occurred while running cordova prepare (exit code 1):

[ERROR] An error occurred while running cordova prepare (exit code 1): Discovered plugin "cordova-plugin-camera" in config.xml. Adding it to the …

cordova ionic-framework ionic2 node-modules ionic-native
ionic 2 page change event

I want to execute some code every time the page changes. I could add add an ngOnDestroy method to every …

angular typescript ionic-framework ionic2 ionic3
How to extend default webpack config in Ionic v2

I'd like to extend the default webpack config of ionic. Specifically, I'd like to add an alias for resolving modules …

ionic-framework webpack ionic2
How to show a placeholder image before the actual image loads in an Ionic 2 or 3 app

Good day, I'm working on an Ionic application and I'm loading images dynamically from a JSON feed. I would like …

angular typescript ionic-framework ionic2 ionic3
ionic 2: How to make text selectable?

I want users to be able to select text content (in ionic 2) so that they can copy it and paste …

angular ionic-framework ionic2
How to use "executeScript" method of inAppBrowser plugin in ionic 2?

I have this code in a click event let browser = new InAppBrowser('http://example.com/test', '_self'); browser.executeScript({…

cordova ionic-framework ionic2 inappbrowser
Ionic 3 can't use ion-* components inside my custom components

I have recently upgraded to Ionic 3 from Ionic 2, and I created components.module.ts file and declared and exported each …

angular ionic2 ionic3
Ionic change text displayed on ion-select when an option is selected

I don't know if you get the idea. What I want to do is having an ion-select with option, and …

ionic-framework ionic2 ion-select
Angular2 Directive to modify click handling

I am trying to write a Angular2 attribute directive to modify the behaviour of certain elements. More specifically I want …

javascript angular ionic2 angular2-directives
getting Error: spawn EACCES while ionic build android in ubuntu 14.04

i developed one project in ionic2 while i am doing ionic build android i am getting this error my ionic …

android cordova ionic2