Range slider performance
In case anyone else runs into this issue of the Range slider not working with side menu, the fix was covered in an existing issue as described at https://github.com/driftyco/ionic/issues/318. The...
View ArticleRestructuring from www to app folder in order to minify
Hi @markdark - I ended up moving away form source maps and just having a dev and release build step. During dev and debugging etc I don't minify/uglify and just use the original files. Then for...
View ArticleSide menu toggle not updating main page
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleNew font from iOS 9 will be applied? - San Francisco
Awesome! Yeah that's what I thought but wanted to confirm. For light and bold its still just -apple-system and then modified with font weight?
View ArticleIonic keyboard events not fired
Any news on this one? It's still not working on android 4.2 with Crosswalk
View ArticleColor of a paragraph
I'm starting to practice with ionic and sass. I want to change the color of a paragraph that is inside an item, as follows: .item p { color # 666; } From what I see, it is only defined in _items.scss....
View ArticleCollection inside accordion
Hello, I am trying to combine the collection-repeat type of view with accordion expandable list.. Basically combining this and this It does not seem to work.. http://codepen.io/anon/pen/RWRyMb How can...
View ArticleColor of a paragraph
I wouldn't recommend changing anything in the Ionic Sass files, since these will be updated when a new version of Ionic is released and you will lose any changes you made. Instead, you can create a...
View ArticleApple does not like the slide menu and rejected my app
thank you saniyusuf, can you please detail some more info about how to use the attribute?
View ArticleApple does not like the slide menu and rejected my app
sorry the attribute I was talking about is menu-toggle="left". You add this to your button and it will expose the side menu to the left. If you want the one on the right exposed on click, you specify...
View ArticleApple does not like the slide menu and rejected my app
saniyusuf: menu-toggle="left" thank you saniyusuf! it looks like it works, now compiling the new app and submitting it again – will let you know if Apple does not like it
View ArticleSuggested framework for animations. Options in aug2015
Would be good to know the answer to this. It seems greensock generally plays well with Angular http://www.yearofmoo.com/2013/05/enhanced-animations-in-angularjs.html#greensock-integration not much out...
View ArticleSet 'value' of input field in the form itself and not via controller
Thanks @gaurav_ch. It worked!
View ArticleKimono labs API request
looks like your call to the kimono API is alright. but you have a typo in your angular controller definition: .controller('maritimCtrl', ['$scope','$http', functio($scope, $http){ is missing the n at...
View ArticleGreenSock Animations (GSAP) with Ionic?
http://www.yearofmoo.com/2013/05/enhanced-animations-in-angularjs.html#greensock-integration might be helpful. Did you manage have any issues on either platform?
View ArticleiOS9 / XCode 7 + Ionic Deploy Crash
Look here for that issue:http://blog.ionic.io/preparing-for-ios-9/ Mine is related too the Deployment of Ionic through in-app download and ionic-core-service/ionic-core-deploy or whatever.
View ArticleIs there a tutorial for using Ionic and Angular Material?
Hi everyone. I just builded using the lat ionic. and didn't work A nice project is http://ionicmaterial.com, works and its beauty but, I have to fix many errors and it did not have a lot of MD...
View ArticleiOS9 / XCode 7 + Ionic Deploy Crash
Mine had to do with an ionic date-picker component I installed. After removing it, the app would build correctly.
View Article