Unable to update cordova-android
I've successfully built an iOS version of my app and I'm now trying to add Android. However, when I do a ionic platform add android one of the plugins (cordova-plugin-geolocation) fails with the...
View ArticleBug: Checkbox re-checks itself, inconsistently
I have this in my computeCtrl: $q.when($rootScope.imagesUrlsAreStored.promise).then(function(){ $scope.imagesUrls = storageService.get('imagesUrls'); }); because when you open the app, the paths of...
View ArticleCamera plugin issue about photolibrary
I'm having an issue about select photolibrary from android OS, it will caused me same images but it's works for IOS. Please help me on this, i'm keep stucked on this. Below is my option for options =...
View ArticleIONIC 2 Forecast
First I would like to thank all the IONIC is the best hybrid front end free framework. Do you have any forecast for the final version of IONIC 2 or even the BETA / RC , I was looking at the...
View ArticleSidemenu & Tabs Together?
Hey, the conference app was updated to include a menu a few days ago. Not sure if you've seen that, just letting you know!
View ArticleSidemenu & Tabs Together?
Ah great, one less thing to worry about I learnt a bunch of stuff by pulling it apart anyway and simplifying things, but thanks!Thanks
View ArticleTips for Ionic on Windows Phone
Hi all, I recently had to deploy an Ionic app on Windows Phone 8.1. Though Windows Phone is not yet officially supported, after some trials and errors (and lots of Googling ) I was able to solve...
View ArticlePhp web application deploy android through ionic command its that possible?
Hey guy, My manager told me to deploy the php web application in android through ionic framework is that possible? On my Last project i developed the like restaurant app in Cordova through command...
View ArticleStore data securely - IONIC App
My app is talking to api with HMAC Authentication (Hash-based Message Authentication Code). Here App need to securely store APP Id and shared secret key. If someone gets hold of this information can...
View ArticleApp is zoomed in on specific devices
I had these problem with ionic for quite a long time, it's not the best solution but it works, and that was the most important, since only same devices have this issue. I have other app without ionic,...
View ArticleTake a picture and upload to Parse
i updated the project, the code and documented issues - https://github.com/aaronksaunders/Ionic-CameraTest6Plus
View ArticleFirebase vs. Meteor for realtime db?
go with the ionic cli process and you will be happy... I am not a big fan of firebase, think it is nice for demos, but starts to get expensive to use in a real app
View ArticleIonic animation between two not nested pages
Hi, I spent lot of time on this but I don't know how to figure it out my app looks like this: .state('tab', { url: "/tab", abstract: true, templateUrl: "menu.html" }) .state('tab.tab1', { url:...
View ArticleAudio Streaming Question
I've been trying to wrap my head around ideas and I just want to make sure I have this right. I'm working on a podcast app that I'll have some articles to read as well, so I figured fetching json data...
View ArticleIonic View keeps caching previous mobile number on iOS
First, i apologize for the code here. Its just to give a rough understanding of the flow for this issue <label class="item item-input item-border-bottom"> <input type="text"...
View ArticleTab page lost back navigation
@Wall-E, I am not too sure where to add that line. Here the code: In my page1.ts file, I have a function that calls the tab page (tabsPage.ts) itemSelected (event, item) { this.nav.push(TabsPage, {...
View ArticleCannot read property 'setStyle' of undefined
I probably did a copy paste and did not notice that cordova plugin was installed on that specific project. Thanks!
View ArticleRefresh Header On Login
Hi guys. I've been trying out Ionic for a couple of weeks now, and just cant figure out how to refresh a concrete html template (the header with menu one). Im playing with this CodePen which was...
View ArticleHow to manage scheduled reminders that traduce to notifications?
Hey there! I've been working on an Ionic app which would include the possibility for users to add "Reminders" or "Alerts". This would generate of course a notification on the user cellphone when the...
View Article