How to block tap/touch events for a period of time (during animations etc)?
@torger wrote: I'm almost finished with my fairly big app, and now I'm testing it. In one part of the GUI it swaps between screens/views with a cool zooming animation when tapping a button. The app...
View ArticleAndroid hardware back button resets app, possible to avoid?
@torger wrote: I've made a fairly big app using Ionic Framework. When starting the app it takes about 5 seconds for it to show. If this delay would only happen when the app is started it would be...
View ArticleError build ionic Android API 10
@IonicExtreme wrote: I found problems when compiling my project ionic/cordova (6) , looked in AndroidManifest.xml(platforms\android) and is setted correctly. In...
View ArticleConfusion / Duplication between ionic.config.js and gulpfile.js
@rsmartin wrote: Hi, I'm starting to use Ionic 2 and I've been struck by a weirdness in the way the ionic CLI interacts with the gulpfile. I had assumed that Ionic uses gulp for building, so I have...
View ArticleImplementing Visualisation chats
@sriteja09 wrote: How to include bar chats ,pie chats in ionic Posts: 1 Participants: 1 Read full topic
View ArticleGetting Swiper Instance
@excaliburHisSheath wrote: Is there a way to get the Swiper instance for an <ionic-slides> element? The swiper documentation says you can search the page for the element with the...
View ArticleHandling android hardware back button in mobile web?
@stylecramper wrote: I'm using Ionic 1.2.1 to create an app that works both as an Android/iOS Cordova app and as a mobile website. Kudos to the Ionic team for doing such a great job making that...
View ArticlePlugins support for Ionic View App
@asafco4 wrote: Hey all,This Ionic view App can be amazing tool if I can use it for testing and get full functionality! Where can I see the list of approved to use plugins? This is my...
View ArticleDynamic button color
@polska03 wrote: I have a button: <button>My Buttont</button> I need to conditional change the color of it. For example: <button if var < 20 = Primary if var >= 21 Danger>My...
View ArticlePost SplashScreen App Freeze
@cpotten wrote: Not sure how this is coming about but I will try and explain the problem I am facing. I can run my app from command line in an ios simulator with no problem unless I click on the...
View ArticleChange tab with code
@ZiFFeL wrote: My current app has 3 tabs, the first (List) and the last one (Map) share a detailed Page. Which will be the code to move from the detailed view to Map Page? I'm currently using...
View ArticleHiding list divide line? (Codepen Demo)
@fkkcloud wrote: Hi, I am trying to get rid of ion-list's line.What is the best way? Also, the predefined margin of each item as well. CodePen link - http://codepen.io/fkkcloud/pen/yOgjqW...
View ArticleBug with CordovaBarcodeScanner and side menu
@marble68 wrote: Issue with the cordova barcode scanner and the side menu. When added to an IOS project, on device, enable-menu-with-back-views="false" is ignored If you do the basic side menu...
View ArticleCan't get expose-aside-when to work in Ionic 2.0
@cambronjay wrote: I can't get expose-aside-when to work in Ionic 2.0. How can I get it to work in Ionic 2.0? Posts: 1 Participants: 1 Read full topic
View ArticleUsing Sequelize ts (and perhaps other third party libraries)
@mbrookson wrote: I have installed typings using npm install typings -g, then run typings install sequelize --ambient --save to install sequelize into my Ionic 2 project. I cannot work out how I can...
View ArticleIonic - Different layouts for mobile and tablets
@brunocoder wrote: HiI am building a mobile application using Ionic and angularjs and Highcharts. In most of the pages there are sliders to display data. Every slide has two vertical divs containing...
View ArticleIonic: android notifications listener
@lovellholiday wrote: Hello all! i'm fairly new to app development, and need a bit of help. I am currently making a ionic app that communicates through Bluetooth to an Arduino. so far, the connection...
View ArticleIonic: $scope for toggle issues
@lovellholiday wrote: I am currently construct a ionic app that I want to integrate toggle with. when a toggle is clicked, I want my app to send information over through a Bluetooth connection to...
View ArticleAudio Tracks are not playing when phone is on vibrate/silent
@kpennell wrote: I'm using ngAudio to control audio tracks (spotify 30 seconds previews) on an ionic app. It all works swell in the browser. However, in both ionic view and the actual demo app, the...
View ArticleGet data from firebase with unique ID
@Haxeb wrote: I can access data from firebase, but not in a good way. service.jsservice.getData = function(userid) { var ref = new Firebase("https://urlhere" + "users/" ); return...
View Article