Ionic 1.2 how to go to a specific slide
First, make sure that you use $ionicSlideBoxDelegate instead of MenuDelegate. Aside form that, using the new slide-box (swiper), use slideTo(index) on your swiper instance.Using the parameter, you can...
View ArticleIonic Ion-List is Not Updating After Item is Being Added
My guess is the code running from openAddNewWindowModal is not triggering a digest or your controller code. To try to force the digest, do this in your addNewWindow call: controller('HomeController',...
View ArticleIonic.Platform.exitApp() not working in android
This post is little old, but just wanted to share one solution, if it helps someone else. I am able to exit the app after adding a separate cordova plugin :...
View ArticleProject structure
Hello, This is a pretty basic question I think but I just wanted to check. If I want to store files associated with building an app (e.g. productions files that won't actually make it into the final...
View ArticleIonic Ion-List is Not Updating After Item is Being Added
Thanks! The problem I am facing is that even though I add new items to $scope.windows, ion-list has no idea that the items are added and it does not show the newly added items once the modal is closed.
View ArticleDifferent layout for different screen orientation - not smooth
So i am using simple ng-if to display different layouts for landscape and portrait.But when i rotate device my layout is broken for half a second before new layout it applied. On device rotation my...
View ArticleDifferent layout for different screen orientation - not smooth
Hi, By different layouts you mean different content or just different styles?If it is the second one try to do display different layouts with changing styles like different media queries.
View ArticleDifferent layout for different screen orientation - not smooth
Both. I need two ion-lists side by side when landscape, and for that i also need different. So i think the only way is ng-if
View ArticleSimple Question: Can a device recive a push message when the app is not...
In Android everything works. For me in iOS, when the app is active, it works. When in the background - it works. When I shut-down the app - I don't get any push notifications to my device. Anyone...
View ArticleIonic Push not delivering notification when app is closed
Same problem here. In iOS, everything works besides when I shut down the app - then no push arrives. Any solution? (I'm using Ionic push)
View ArticleDifferent layout for different screen orientation - not smooth
And what you have for portrait version?
View ArticleWindows 10 Mobile slow app
Hello, I have tested ionic2 app and deployed on an iPhone, an Android Phone and on Windows10 as universal app.The application runs very well for all these platforms. But when I deploy on windows 10...
View ArticleIonic iOS Push Notification when app is shut-down
Everything works with the push when the iOS app is in foreground or minimized. But - when shut down - nothing happens.
View ArticleIonic Push not delivering notification when app is closed
I think Ionic Push is still in beta .. so better use another plugin ( i use ngcordova push .. works on IOS and Android , even when the app is closed)
View ArticleSimple Question: Can a device recive a push message when the app is not...
You're still in Debug mode. Prepare for native pushs (still coming from Ionic.io) and everything will work. You'll need to get some Tokens and Ids by the develop center of Apple and Google (for iOS...
View ArticleHow to Lock vertical scrolling while scrolling horizontally
Hello Good People Does anyone have an idea on how to Lock vertical scrolling while scrolling horizontally , Am using owl carousel in my app, but not sure on how to achieve this functionality. Any...
View ArticleWhat are you building with Ionic? We want to know!
Yes this is in production. You can try it and appreciate that you can give a support and comments..Thanks
View ArticleForm issue after first input
Hi there, I have an issue with a form. The form load correctly, but when I update one field and I click somewhere else and the keyboard close, the form disapear. The form is still there as I can click...
View ArticleHow to Lock vertical scrolling while scrolling horizontally
Hi Try to set overflow: hidden; on your main carousel element.
View ArticleIonic iOS Push Notification when app is shut-down
forum.ionicframework.com Ionic Push not delivering notification when app is closed Same problem here. In iOS, everything works besides when I shut down the app - then no push arrives. Any solution?...
View Article