Xcode 7 does not attach ios window to safari
Hi all, I have installed xcode 7 (grrrr) and now my emulator is not see from Safari so I can not debug my app. App works in emulator without problem. I have tried to run my app directly from xcode but...
View ArticleAndroid release builds suddenly stopped working (ionic 1.1.0)
Hi, I've been making successful test releases of my app for the past few months. Last week, i updated ionic, applied the IOS9 patches per their blog posts and everything works fine for iOS (debug and...
View Article$ionicLoading.hide() is not working inside .then
I put the code inside .controller but to no avail. You are correct, the code was not executing at all inside .run but in .controller it has again started throwing the same $ionicLoading.hide is not a...
View ArticleRubber banding issue
Never mind, fixed it myself I added "has-bouncing="true" to ion-content
View Article$stateParams is not refreshing. Wasted a lot of hours. Help needed
Brilliant! I had exactly the same issue: I referenced a URL in different places, with different stateParam values, but it was using the same stateParam value instead of the different values as I...
View ArticleCan i only have left side of the screen scrollable, while other part of the...
I'm trying to build a tablet application, and i only want left side of the screen to be scrollable (which is like a list), while on the right side, is some static content i want to show which is not...
View ArticleHow to place ion-tabs underneat slide-box
I have a page with ion-view, inside is ion-content. Then i am trying to place slide-box with two slides inside ion-content. Then placing 3 tabs side-by-side to make a single bar underneath the...
View ArticleAndroid release builds suddenly stopped working (ionic 1.1.0)
Okay, the problem is solved. I went ahead and upgraded everything (npm, plugins, android sdks) and it started working. Don't quite know why this problem was exclusive to release builds
View ArticleCan i only have left side of the screen scrollable, while other part of the...
replying myself here just incase someone had the same question as i did... On the left side just define the areas using left side content
View ArticleDatepicker: howto set runtime date?
Hi all, I have tried for 2 days to link $datePicker to an html input type that when clicked show datePicker with the last date/time choice, without luck. Can someone give me a code to see ? M.
View ArticleLayout and positioning issue
I want my mobile app (using Ionic Framework) to have 3 sections: a header, a middle and the bottom. The middle and bottom should fill up all the remaining space: middle 80% and bottom 20%. In the...
View ArticleStatus Bar doesn't work
Hi everybody, I'm trying to custom the status bar of my app, and i fllow this tutorial [learn.ionicframework.com/formulas/customizing-the-status-bar/][1] but when i deploy my app in my android phone i...
View Article$ionicLoading.hide() is not working inside .then
Ok there is no need for broadcasting stuff. I created a working example for you without broadcasting: http://codepen.io/anon/pen/ojLLEE
View ArticleProblems on android 5.1.1
Hi all, A little help if possible. I've run my app, on the genymotion emulator using a 5.1 device, works fine. I have two tablet one using 4.2 and I think the other uses 4.4 both work. The app works...
View ArticleDoes anyone have any idea or solution about feature preview app for a...
Hi,I am develop a Appbuilder system use IONIC. My Appbuilder have a feature called Preview app, I want user can click Preview button then system will build auto platform and send to email user link...
View ArticleIos-sim and Xcode 7
The problem has gone away, although I'm not sure exactly how. I think it's because I installed Xcode as one user and I was trying to run the emulator as a different user. After starting the emulator...
View Article$ionicLoading.hide() is not working inside .then
I can't believe that the problem was with the sequence in which parameters were passed for services injection. I had following in the code .controller('AuthController', ['$auth', '$scope',...
View ArticleInic View App: camera photos not loaded
My app takes camera photo and then displays it on the screen. I uploaded it to the IonicView and now camera works, but i can't see captured images. Running app instantly on a device all works...
View ArticleIon-scroll with a height percentage - can't get it to work
It doesn't work with a percentage. This worked for what I was doing. Set a height value in px, wrap it in another div set with a percentage value and use this angular directive to have it fill the...
View Article