Make ionic grid .col take new row/line if no space available ? (like bootstrap))
@Sumeet123 wrote: I am planning a markup like this for ng-repeating items :- <div class="row"> <div class="col col-50" ng-repeat="item in items"> </div> </div> the overflowing...
View ArticleDisabling or hiding inspect of ionic app after export
@Pratyush wrote: Hii all I do not want to show my ionic app in chrome debugger. It is possible and I have seen in 'SWORKIT' app.So how I can do it. Looking forward to your answer. Posts: 1...
View ArticleIntroducing npm install -g hybridapps
@fountaintechies wrote: Hello Guys, I have just created a simple app which would run on a nodejs-mysql backend and ionic frontend. The idea is to help developers port there existing applications with...
View ArticleView Not Refreshing
@Harilall wrote: I have 4 different views and I need the home view to reload I have put this into a small function as follows. $scope.goToViewHome = function(){ $state.go('home');...
View ArticleIs there a method of adding custom animations to the splash screen for Android
@muditha wrote: is there a method to put CSS to make a custom animation on ionic android build application splash screen? Posts: 1 Participants: 1 Read full topic
View ArticleNg-options using filter stopped working to update ionic
@dblanco wrote: I use this code with a select filtering options, which stopped working to update ionic: HTML:<select ng-model="datos.idEquipoSeleccionado" ng-options="equipo.id_equipo as...
View ArticleIonic Beta Push integration
@bujjibabu wrote: Hi I am trying to integrate ionic beta push. but I am unable to send dev token to ionic push server.could you please help me. betapush.png1582x832 65.6 KB I am unable to see tokens...
View ArticleHow to run JQuery code and external libraries that have been part of my website
@famaash wrote: Hi,I am trying to create an app for my existing site and trying to add all JQuery code and use external libraries like Lightbox, Slider, etc within my app. I was hoping if guys could...
View ArticleIonic deviceready event versus ionicPlatform.ready
@Drunk wrote: I am using cordovaVibration and cordovaSQLite plugins, and noticed what if i try to initiate them like that $scope.toggle = function () { document.addEventListener('deviceready',...
View ArticleError attaching iOS credentials to security profile [Ionic Push Beta]
@stewartmccoy wrote: Hello! I'm trying out Ionic Push now that the beta has been released. I'm in the process of trying to attach iOS credentials to my security profile (see docs). When I run ionic...
View ArticleSass question
@jesst446 wrote: Hi guys I have styled my app using sass but for some reason the side menu icon will not change from white to black Is there a line of code that needs to be added in order to do this?...
View ArticleView title flickering on tabs based app
@ctcampbell wrote: There is a noticeable flicker of the view title when switching between tabs on my app, it's like the title is removed then added during tab change instead of just changing. I also...
View ArticleIon-slides not handling partial page
@davidquinnjacobs wrote: The ion-slides does not seem to work for sliding anything but full pages, where the ion-slide-box works fine for that. Has functionality been lost, or is it just not...
View ArticleIonic build vs ionic release (Parsing error)
@romanornr wrote: Hi have a question. There are 2 commands. $ ionic build androidand$ cordova build --release android For putting it on the google playstore, I should use --release.But when I do that,...
View ArticleIonic screen orientation lock
@Balaji_Gopal wrote: I need to lock only my app login page to the portrait mode, I am using the below plugin but I am not able to access the sceen object of the plugin. github.com...
View ArticleIonic cli does not work with cmder
@asunar wrote: Hello, I use cmder as a command prompt replacement on Windows. ionic cli does not seem to work with cmder but works with native command prompt. Hasanyone seen this behavior before? Here...
View ArticleHow to detect change in drag direction
@IamAdamJowett wrote: Hey all, I am currently using the on-drag-up and on-drag-down directives to essentially scrub through some images. The way they work however is the drag direction is based off...
View ArticleImplement List Section Index Titles With Scroll Effects Like iOS UITableView
@juanduxian wrote: I know for iOS there is native way to implement Section Index Titles Scroll Effects like Apple Phone Contacts. The effects are marked in the following pics with colors. When...
View ArticleMy App was rejected from the store - device and network abuse
@joelelangovan wrote: Hi, I already have an app on play store , which is basically a church app, which has some functions to play youtube videos. I am using wordpress as my backend, i add a post with...
View ArticleCan I Use Python in Ionic for Backend work
@pratik1 wrote: Can i use Python as a backend for my ionic app? i am new to ionic as well as backend development. If not python suggest some good language for backend development. I am working on a...
View Article