Ionic-filter-bar customisation
Yea I agree. I think the easiest approach for me to take is to just edit the js files used in the ionic-filter-bar directive. Thanks for the advice!
View ArticleHow to write Bangla with ionic?
I didnt get you, can I write Bangla simply like English in ionic ?
View ArticleHow to create dynamic group from json?
Hello Sir,I want to create like below from server. $scope.groups = [ { name: 'Bun ', id: 1, items: [{ subName: 'Tomato' },{ subName: 'Bean' }]},{ name: 'Cheses ', id: 2, items: [{ subName: 'American...
View ArticleIonic Push not delivering notification when app is closed
I switched my server side to use directly the APNs & GCM (Instead of Ionic.io),and in the client side, i use the cordova plugin directly, without the Ionic.push,and finally everything works.....
View ArticleIos - cordova_plugins.js not found
In my case the file was not generated at all so it 404'd when the app run. I haven't come across the issue where the file exists but 404's until a refresh. Hopefully you can get it fixed!
View ArticleIonic Push not delivering notification when app is closed
Well .. they did mention it some where it's beta
View ArticleWhat are you building with Ionic? We want to know!
HI..... im from venezuela i was a sencha touch and extjs lover full stack dev... i just move to ionic on dec 2015, migrating a extjs app i spend 2 months creating this app in touch , i did decide move...
View ArticleSometimes ng-click don't work in Ionic
Hi, Having a quick look at your code and from reading your description it may have to do with your digest cycle. If you have an asynchronous event (promise) passing in a variable to your app you need...
View ArticleIonic ios remote push notifcations
Hi There, I'm new to ionic, I'm looking to send & receive push notifications to an from an IOS devices. I see there is code but I'm looking to see if there is a definitive resource /...
View ArticleApp not working when new controllers are added
do you have any code to show what you are trying to do... I think you are not understanding some angular basics though,Read up a bit on angularJS to clear the clouds in your head...
View ArticleDeploy Ionic v1.2 as mobile website
Hi all, I have found the solution with the following post: stackoverflow.com Ionic as a web server asked by Moebius on 12:38PM - 17 May 15 ionic-framework, web-hosting, ovh Thanks,Jennifer
View ArticleHow can you hide one of the actionsheet buttons conditionally?
Maybe try: $scope.showActionSheet = function() {$ionicActionSheet.show({ buttons: [ { text: 'Share' }, { text: 'Report'}, ], destructiveText: '<a ng-if="showdelete">Delete</a>', //show...
View ArticleHow to disable content scrolling?
You can use $ionicScrollDelegate.freezeAllScrolls(true); It doesn't work straight off the bat - you need to wrap it in a $timeout - although I don't like using timeouts if I can help it so there may...
View Article[Resolved] Issue Beta.14: ion-infinite-scroll keep on calling the method of...
I had the same issue. Problem was that my parent div had overflow: auto. I removed it and everything works now
View ArticleIonic Push works with ionic serve but not Ionic View
My recommendation: don't bother with Ionic View, it is slow and cumbersome and unreliable. See my opinion here: https://github.com/leob/ionic-quickstarter/wiki/Recommendations-on-Ionic-View Note that...
View ArticleSometimes ng-click don't work in Ionic
I haven't looked at your code in detail, but I encountered cases where "ng-click" didn't work but "on-tap" worked fine. No idea why, just my 2 cents.
View ArticlePopup at splash screen, is that possible?
Hi Im building my app right now and i wonder if is that possible to show the user popup when there is splash screen?I want to check for network, and if there is no network i will hide the splash...
View ArticleSometimes ng-click don't work in Ionic
@whizzkey Thanks for the quick reply. Actually, because of some reason my testing server is down & I've no access to it. it's again weekend at here. So, can't able to make a quick test. Give me...
View ArticleSometimes ng-click don't work in Ionic
@leob I've already tested that "on-tap" thing & it's not working. Actually, the issue is with some kind SCOPE is overridden(don't know the actual technical name). That's why, this thing is...
View ArticleIonic Elastichat - Chat Demo w/ Auto Resizing Textarea
msd-elastic directive's link function is not getting triggered. How to trigger the event $scope.$on('taResize', function(e, ta) .. ??? Can you help me to fix that? @leob, @praxis this is environment...
View Article