Production ready ionic app: How to?
@pierro wrote: Hi all, I'm going through the process of making my app "production ready".Meaning, concat all my files, minify, uglify, browserify, and templatecache. I am really new to gulp, grunt,...
View ArticleIonic CLI error - Error: Cannot read property 'indexOf' of null on terminal
@ziyaad wrote: im new to ionic and angular js. I was building my app succesfully using the ionic cli, now I am having an issue while building for ios which was working fine since yesterday. I have...
View ArticlePush notifications on production
@arilishu wrote: hi all!I am starting using this platform and working with push notifications.When i go to production, setting "ionic config set dev_push false" if i try the...
View ArticleOn-tap with long duration
@seraphpl wrote: According to the docs on-tap Quick touch at a location. If the duration of the touch goeslonger than 250ms it is no longer a tap gesture. How to trigger event in case user presses the...
View ArticleIonic history stack on iOS - SOLVED
@PolishVendetta wrote: I have created this app to run on iOS In safari and chrome this code pen runs correctly. In my app on an iOS device if you follow these steps it resets the history for the...
View ArticleH2 Database
@BDNA wrote: Hi, I have a H2 Databas running. Now i want to develop an app and my Question is if it is possible to get Data from the H2 Database into an app developed with ionic? Are there any related...
View ArticleIonic analytics time of use
@simonini_thomas wrote: Hello everyone ! I use ionic analytics but I want to know how to record time of use. For instance if a user spend 10seconds or 10 minutes in our app each time he launch the...
View ArticleTutorial on Beta Push Notifications (no longer Alpha changed today)
@gkimpson wrote: I have noticed my push notifications on my app no longer work, this is due to the changes made today by Ionic herehttp://docs.ionic.io/docs/migration-guide Is there a ready-made...
View ArticleUsing Jade, Sass, and ES2015 with Ionic
@brayhoward wrote: Here's a link to a technical blog I wrote when I was learning Ionic 1 a couple months ago. It's just goes through setting up a tabbed style Ionic app with Jade, Sass, and ES2015....
View ArticleEmulate android launches but app does not open
@nigelsmk wrote: I have followed the Getting Started tutorials, installed all dependencies, started the app, added android platform, built the app but when I run 'emulate android', the emulator opens...
View ArticleorderBy filter -> scroll div element position changed
@yantom wrote: Hi,i have problem with ion-scroll and orderBy filter. When the item in the list is changed and orderBy is fired the scroll element move its position to the top. I created a plunker for...
View ArticleNested View > Keyboard and Content Height Issue
@ahsanayaz wrote: For some reason, for my nested view (image attached) gets very low height on keyboard open (while i have a number of inputs there)I tracked down the issue in the...
View ArticleXcode upload ionic app to apple issues
@vensy wrote: Hi! Everybody! Can someone help me please?That's make a long since i face this problem, when i try to upload my app to apple, they say that: ""Invalid Image Path - No image found at the...
View ArticleIon-scroll horizontal and zoom not working svg
@nadir_bertolasi wrote: Hi everybody, I'm new in Ionic and I'm trying to implement a very basic view as the one in the example of ion-scroll http://ionicframework.com/docs/api/directive/ionScroll/ The...
View ArticleAlternative to mobiscroll's Number
@fabioSilva93 wrote: Is there any plugin that implements a Number picker like the native ones? I mean the one we can scroll down and pick the numbers (not dates). I've searched a lot, but only...
View Article[Solved]"NO_CREDENTIAL" error in Android push
@Richdho wrote: Hi,I just found ionic team updated their push API, and changed my code to adapt it.I have successfully got the response, but there was an error "NO_CREDENTIAL", it was because of the...
View ArticleScrolling need to work on only ion-content
@jariwalabhavesh wrote: Hi, I am developing cordova application using ionic framework and i facing below issue. I have <ion-scroll> in <ion-header-bar> and <ion-content> on page. I...
View ArticleNg-focus/ng-blur doesn't work on ion ion-item?
@Sumeet123 wrote: <ion-item menu-close ng-click="login()" ng-focus="show()" ng-blur="hide()"> <i class="ion-ios-home-outline"></i> </ion-item> And the functions should alert...
View ArticleIonic run fails / Cordova run works (cordova 6.0.0)
@dmwa wrote: Hi everyone, I'm trying to run ionic run ios --device with following setup: Cordova CLI: 6.0.0Gulp version: CLI version 3.9.1Gulp local: Local version 3.9.1Ionic Version: 1.2.4Ionic CLI...
View ArticleDifferent builds with one codebase for same device
@nuvorm wrote: hi all, Currently i am starting with ionic / cordova hybrid app developement.Basically i am trying to make a different build based on the config.xml file. Then i can read the package...
View Article