SSD, HDD build time
I've changed to SSD. For the old MacbookPro like mine, 2011 early 13'.Ionic building time reduced from minutes to below a minute. Ionic is using a lot of files, so if anyone looking for the way to...
View ArticleIon-slide and scroll
Hi to everyone.I have a problem with my view.I have a ion-slider with 3 divs os diferent size. When i wrote the following codo nothing happens <ion-view view-title="{{translation.inicio}}"...
View ArticleScroll to input inside of slidebox
Hello. I have a slidebox with some input fields, when inout is clicked and keyboard comes up, it is not scrolling view to make inout visible. Previously I overcame this issue by adding inside of...
View ArticleIonic push --google-api-key : App not found (CLI v1.6.4)
Have you tried using the command: ionic upload Let me know if that works.
View ArticleiOS Status Bar pushes down my app's header
Yes, I'm still getting the 20px. But even that wouldn't be a problem if the whole of my logo moved downwards, but sadly it's only the img and the menu icon that gets moved inside. I'll watch out for...
View ArticleNavigate between nested tab states
I have an app that uses tabs for navigation, but I want to navigate from tabs.A.details to tabs.B.details. how would I go about doing this while maintaining visual state as well (i.e. highlight the...
View ArticleNEED HELP: `libsass` bindings not found. Try reinstalling `node-sass`?
gabfiocchi: sudo rm -rf node_modules/ && cat package.json | sed -i.bak 's/"gulp-sass": "^X.X.X"/"gulp-sass": "^2.0.4"/g' package.json && npm install && ionic lib update Hey I...
View ArticleHow to remove user (unregister) push notification
why ? The problem is when i unregister and login again with another user id , a new device tokens is created on the old user id
View ArticleHow to disable back button for ionic modal
Is it possible to get or set a state for ionic modal for example: <ion-view id="doctors" cache-view="false" view-title="Directorio médico" ng-controller="DoctorsDirController as doctorsCtrl">...
View ArticleDynamic templates
Im getting a list of blog posts from an external feed and listing them within an ap. The list has blog titles that are clickable though to another view which shows the post details. Ive got a template...
View ArticleExpandable list
What you are looking for is called as accordion. Here is the code http://codepen.io/anon/pen/zxJvxJ
View ArticleNg-src or $imageCacheFactory for optimizing displayed images?
I have an app that displays menus and items which includes displaying images from external sources. I have seen conflicting suggestions on how to optimize the display of these images and not sure what...
View ArticleNative View Transition Animations
You can take a look at this plugin : https://github.com/shprink/ionic-native-transitions It have been updated recently for those who want to execute transition when page is loaded instead of hardcoded...
View ArticleIonic tabs hidden by nav-bar only in Android
Put this code in 2nd line of tabbed interface <ion-tabs class="tabs-striped has-header">. Alternatively check if has-tabs works instead of has-header.
View Article[SOLVED] Camera is not defined when using $cordovaCamera
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View Article[SOLVED] Camera is not defined when using $cordovaCamera
Rikkie, I want to make sure that that you tried this. I've just faced the 'Camera is not defined ' again: 1. "refresh" the camera plugin by typing (android/ios - up to you) cordova plugin rm...
View Article