Next/Prev Item in ng-repeat (change dynamic link?)
Here is the solution in this situation: var n = 0; var next_item = ""; //act_url = :todoID (actual url) var act_url = $stateParams.todoId; //Actual item [key] angular.forEach(TodosService.todos,...
View ArticleGenerating application access and secret keys
Does anyone know how AWS access and secret keys are generated? Are they pure random strings? Is there a math relationship between the access and secret key? If I were to build an application, how do I...
View ArticleNav covers status bar after exiting camera or gallery
If I open the gallery using cordova camera for some reason the nav bar sits on top of the status bar. Any ideas?
View ArticleIonic2 promise issue
Hi thank you for answer my data.json was in the www root, so I put it in page folder too, in the page1 folder; everywhere in www product folder but anyway the same errror :s It works when I put the...
View ArticleCustom icons help!
I wanna be able to use my custom icons in builtin ionic components, let's say ion-tabs for example, I wanna be able to put my own icons as the tab icons? How can I achieve this, I tried many solutions...
View ArticleMedai.getDuration is not working
I am trying to use media.getDuration() function to get total duration of an audio file but I am always getting -1.This function used to work perfectly in phonegap but not with ionic. Please someone...
View Articleionic2 button on right side in navbar
You can use the <ion-buttons> directive inside of <ion-navbar> to do this. <ion-buttons start> will add a button to the left side and <ion-buttons end> will add it to the...
View ArticleButton click function not being called on Android 4.4.2
I am writing my first Ionic app (and first Angular 2 app). Button clicks work fine on the browser. When I install on the phone it almost always takes multiple clicks to get a response. I put console...
View ArticleCan I use ibeacon with ionicFramework
Solved! If you want to monitor iBeacons (for or background) request authorisation like this:cordova.plugins.locationManager.requestAlwaysAuthorization();
View ArticleIs solved!
Continuing the discussion from Help to group by ion-list/ion-item (divider): Is solved. Tks.
View ArticleIonic run android removes other debug.apk from device
Hi Folks I'm just startin my Ionic 2 journey, loved Ionic1. Curious to know if anyone else is experiencing this - If I use ionic run android for project A whilst a device is connected all is well, it...
View Articleionic2 - Modal window design
I am using Ionic 2's modal feature. The modal takes over 100% of the screen. I would like it to less (~80% of the the screen size) like an actual modal window. Can I control the height and width of...
View ArticleHELP Ionic push | no error but no push notifications as well
Hello, I am sending targeted push notifications using device tokens via ionic push. From the response I can see that there are no errorseg : Ionic Push Response :...
View ArticleAccordion functionality missing in Ionic2
It isn't "missing", as far as I know there was no accordion component in Ionic 1 either, however it's fairly simple to make one yourself, here are some links: http://codepen.io/ionic/pen/uJkCz...
View ArticleHow can we use filter in typescript?
Hello all, I am working on small application using typescript and angularjs. I am trying to inject filter in typescript but i am not able to filter items. I want to search items on enter click....
View ArticleIonic list >> details page // specific item
http://appcamp.io/courses/angular/passing-data-master-detail
View ArticleContent flickering and moving up when keyboard opens and form is out of viewport
I'm experiencing a bug where the content is pushed up momentarily when the keyboard is opened and the relevant form is out of the viewport (I'd like to animate it into view, but let's just forget...
View Article