Transition from ionic to ionic 2
This guy is good..recent video and straight to the point.
View ArticleOur first Ionic 2 App
ihadeed: I can't find any official information for some reason, but it seems like Android 4.2.2 is not supported by Cordova .. I installed an ionic-1 application on my device already, and it works,...
View ArticleCan same state be added to history twice with different scope
Basically I have an "Options" page which has lets say 30 items. When I click on one of these, this results in a different set of option. And then when I click on the second List I would go to a...
View ArticleHow order list di date get from object
hi, i heve a list and i want ro order by clicking button by date. This date is taken from an object, i try this code, but it's sort like a simple number // function to order and change button by click...
View ArticleOur first Ionic 2 App
I updated the app to Ionic 2.0.0-beta.0 and Cordova android 5.1.0 ...Also fixed a few bugs. I uploaded a new APK to Google Play .. should be version 3.1.21
View ArticleHelp with "...is not defined"
Hello,I always get the error "customers is not defined. An array of customers and their orders are stored in the customersFactory. I've got two methods to get all customers and one by id. The problem...
View ArticleSQLite does not work global
Thanks for your help, you would have some example to show me?
View ArticleHow order list di date get from object
fabiobalsamo: it's sort like a simple number What do you mean ? When do you reverse your sort ? is there a function associated to your click ? Your code should work, I have the same code.
View ArticleHow order list di date get from object
yes, at start i want to sort by date ascending...when click sort by date disccending
View ArticleHelp with "...is not defined"
define var customers outside getCustomers function (to persist outside runtime function): app.factory('customersFactory', function(){ var customers = []; return { getCustomers: function() { customers...
View ArticleCode indentation
Use three backticks: `Use them before and after your code block. function() { var x = 123; }
View ArticleIonic 2 navigation question
Hi, I was having a little play around with ionic 2 and I could not figure something out with the nav. I have a login page that goes to the tabs view.... Then on one of the tab pages I was to go to a...
View ArticleERROR ITMS-90032 "Invalid image path"
This worked for me. While a little messy, it got the job done. Thanks.
View ArticleIonic 2 navigation question
Resolved using last post in: https://forum.ionicframework.com/t/ionic2-hide-tabs/37998/4 If there's a better solution or one built in please let me know.
View ArticleApp version in Ionic2
Hey guys,What's the best way to get the application version within the application to show on a about page? As far I see it's already manually entered into config.xml... if I put it in two places I...
View ArticleAndroid tabs effect
I'm looking to recreate this cool effet for Ionic tabs bar. the underline move.
View ArticleAccess to dynamic/programtically created $scope variables
Solved this once I realized that $scope.pagedata is a JSON object (duh) - I was not indexing correctly. So rather than $scope['pagedata.name1'] it should be $scope.pagedata['name1]. If there is point...
View ArticleAndroid tabs effect
To replicate the effect, you will needhttp://julian.com/research/velocity/ The code for their tabs is here: github.com Dogfalo/materialize/blob/master/js/tabs.js (function ($) { var methods = { init :...
View ArticleScroll to the focused item input when the keyboard is up
I was experiencing a similar issue. jumpy scroll and when you focus on some input while the keyboard is up, the scroll will be erratic and pushes the target input out of the viewport (under header...
View Article