Automatically change constants between environments
Currently, I work with three different environnements : I use an array with all three environnements in it and depending on where I want the build to be available, i just switch my environnement...
View ArticleGoogle Analytics for Ionic Apps with website tracking code
or if you want to build something easy on your own --> add your GA-Code at the end of your body --> in your base controller of your app listen an the $stateChangeSuccess-event of the ui-router...
View ArticleIonic build android finished with non-zero exit value 1
Hi greenRunning , there are almost 13 folders named node_modules. Which one did you remove? Please specify the path.
View ArticleFirebase variable that can be accessed globally
I checked them out but I didn't understand how is it different than just having a regular class?
View Article[App Updater] - Check and download updates
Hi there! I am working on a app to help members of my club quickly access monthly schedules.Datas are store in a local JSON file that I read with...
View ArticleFirebase variable that can be accessed globally
I'm not sure if I do this the right way or not (I'd be interested to know) but I have a config.js file named: providers/config.js In there I export some constants e.g export let URL_GOOGLE =...
View ArticleFile extension of Ionic Conference App
I don't think it is written in Typescript. You can find the Typescript version of the Conference app by looking at the Typescript branch. That will give you the true Typescript version. The main...
View ArticleHow to get json array from json array
I have json array to show category and subcategories and sub-subcategories and i want show ALL of sub Subcategories with ng repeat [ { "id": "9", "name": "Mobile", "subCategories": [ {...
View ArticleTransition from ionic to ionic 2
I would absolutely recommend taking a look at the Conference app and working through it to see how the app is structured - pages, providers etc. That has really helped me move from Ionic 1 to Ionic 2.
View ArticlePass events between pages?
I might be misunderstanding what you are asking but don't you just subscribe to an event in one page and fire the event in another? // subscribe this.events.subscribe('user:login', () => {...
View ArticleInput text muliline with scroll bar
Good morning friends, I would know how make an input text with multiple line using scroll bar. Thank you for answering me .
View ArticleAndroid app launch icon?
I use command ionic resources and it deposits some drawables folder containg images that are eventually used launch icon , notification icon, splash screen. The problem I am facing is that app icon...
View ArticleTransition from ionic to ionic 2
ihadeed: You need to know the basics of Angular 2 to be able to migrate efficiently. If you haven't gotten yourself familiar with it yet then I recommend watching an intro video on YouTube. Do you...
View ArticleCode indentation
Your example just shows un-indented formatted text in my browser (?) I've seen nicely indented and colored code on this forum. Do you mean I need to use 4 spaces as indentation everywhere in the code,...
View ArticleNg-model in fancy select
Fancy select uses "value" attribute perform as ng-model. I change from value="selected" to value="result.select" in fancy-select
View ArticleInput fields broken when upgrading to ios 9 - phonegap ionic
It seems that input fields are no longer able to be typed into (save the first one or two characters) nor do they trigger the native keyboard when focused on. So far I've tried on iPad running ios 9...
View ArticleSQLite does not work global
Hello I wonder if you guys can help me with this problem.To start the js my application is in app.js and controllers.js created a database for test and it worked but only within the function that...
View Article$cordovaSocialSharing.canShareVia("instagram") not working in Android
So I have this $cordovaSocialSharing.canShareVia("instagram").then(function(result) { console.log(result); console.log("good"); }, function(err) { console.log(err); console.log("no good"); }); On my...
View Article