How to create custom camera plugin?
Hm that's weird. Yes sometimes the process is smooth and sometimes you'd run into errors, the software dependencies can be complex. What I'll do is I'll download and install the starter myself and see...
View ArticleCollection-repeat with Phonegap Build, images do not display
Hi In my ionic app, I have a collection-repeat that displays images. But when I compile the app with Phonegap Build and run it on Android, the images do not display in the collection-repeat. Can you...
View ArticleStore $rootScope value in ngStorage Then display its value
How can I Store $rootScope value in ngStorage Then display its value ?Please help me, Thanks
View ArticleiOS9 Transitions
Hi, I'm pretty new on Ionic. I was developing my first app for iOS and and Android and everything was going fine. A couple of weeks ago I installed iOS 9 on my iPhone 6 and looks like there is a...
View ArticleTab Icon Jumps
I'm not using different icons for the on and off states, so this works for me for the time being! I've noticed the same issue using both a Nexus 6 and an iPhone 6s+, so I can't believe it's due to the...
View ArticleWhat's happening with my status bar and how to fix it?
As you can see here: http://i.imgur.com/1NDF4pU.png - for some reason the status bar is "pushing" my fixed header a few pixels down. Is there any way to fix it? I can't debug on browser because this...
View ArticleNew ionic push is not saving token
I got the answer in gitter from tradecall-ionicI did not call user.save() after addTokenToUser
View ArticleiOS9 Transitions
I got the same problem. Although I haven't figured out if it's just iOS9. Currently trying to setting up everything needed to emulate on Android... But I have a 6S. I don't think it's because of a...
View ArticleiOS9 Transitions
The issue can be resolved with these links blog.ionic.io/preparing-for-ios-9/blog.ionic.io/ios-9-potential-breaking-change/ The issue is only with the iOS 9 devices.
View ArticleRemote Bluetooth (or Wifi) app
Would it be possible with ionic to create an app with mouse pad and keyboard for remote controlling a Linux system? Via Bluetooth or wifi... If so, how should one approach such...? I can't find any...
View ArticlePage transition animation bug
I am using ionic for building a ios/android application but sometime the page transition not finished.Anyone have solution for this bug?
View ArticleIonic tabs showing first tab. How I can showing my default tab at the begining?
I have ionic tabs. <ion-tabs animation="fade-in-out"> <ion-tab title="First" class="first" disabled="true">Content</ion-tab> <ion-tab title="Second"...
View ArticleNg-click not work correctly
hi fox,i have a problem in a list-card item with an ng-click event.her my code: Html Template: < ion-list class="card"> <ion-item ng-repeat="emergencyProceduresItem in...
View ArticleNg-click not work correctly
remove the href="#" part from ion-item you do not need to wrap the function values in {{ and }} --> pass the variable directly
View ArticlePage transition animation bug
i can not see the image..but maybe you are running in this issue with iOS9 --> use the iOS9 patch to fix transition/routing
View ArticleI need help with project, get external Content
Hi experts, i need help to enhance ionic to get different external HTML+Javascript Content. I dont want to use iframe! Can someone help me for some hours (i dont think it is much work)....
View ArticleNg-click not work correctly
Hi bengtler, first thank you for the quickly response. I change for according your. is the follow code correctly?Sorry i am noby in js and angular.js. The changes of your are have the same effects:-(...
View ArticleI need help with project, get external Content
Hey!There's a lot of things to think on that.I had to deal with this in a project and ended up creating a custom inAppBrowser for that
View Article