Android Emulator Error
Have you found a solution to this? I have the avd created but still nothing
View ArticleHow-to intigrating RESTful web services over HTTPS in ionic project
Yeah, it doesn't make a difference,HTTP or HTTPS is the same is every restful case. I just needed to send my user:password over the wire correctly after converting to base64
View ArticleReview Code on a 2 page Ionic app
Sure in case you change your mind please contact me via email as well at ian.cisin10@gmail.com ! I will share my sample work with you ! Regards Ian
View Article[iOS] App freeze on start
ok, if i wrap the bootstrap with a timeout it works also on iPhone >= 5s angular.element(document).ready(function(){ window.ionic.Platform.ready(function(){ setTimeout(function(){...
View ArticleBugs: Did I Find a bug on ionic tab
NOļ¼ it is not bug about swap $attrs.href and $location.path(). i believe this bug about ionic tab can not support attrs.href contains tab equals "/" situation.
View ArticleAlert inputs radio not working correctly with prompts
Hello world Hello world, I need help please, prompt alert work correctly but when I add radio, it's shown like a simple radio in html let alert = Alert.create({ title: "Alert", inputs: [ { name :...
View ArticleIonic android build problem
thanks, i solved my problem by your solution. actually, we can run 'ionic resource --icon' or 'ionic resource --splash' to regenerate these files.
View ArticleHttp request
Hi guys! I need to add a value in the header of the request, called HASH and also need to change the content-type of the same. In my research I found the following: let _header = new Header ();...
View ArticleGoogle Plus +1 button inside app?
Hi people! More information:If I add:<allow-navigation href="*" />to config.xmlThis happens when I click the +1 button:(This means the +1 button doesn't work because is "in an anonymous...
View ArticleStore as Png Image from Signature pad?
i have implemented signature-pad and its working perfectly..!now, I want to store the Signature as .png image to local/cloudinary. $scope.saveCanvas = function() { var sigImg =...
View ArticleRandom crash on loading on IOS with Xcode
Have your tried the downgrade ? Hope it can work for you ... at least the app can run .....
View ArticleIonic2 typescript project with cordova plugins
Hi,anyone knows what I must do to make cordova plugins work on my ionic2 typescript project? Following these steps... ionic start myproject blank --v2 --ts ionic platform add ios ionic build ionic...
View ArticleError on installing Ionic
Microsoft Windows Version 6.3.9600 2013 Microsoft Corporation. All rights reserved. C:\WINDOWS\system32>install npm -g ionic'install' is not recognized as an internal or external command,operable...
View ArticleWhat backend i should use
Hi I am new to ionic and learning it for past 3-4 weeks. I am working on a news discussion app and looking for a solution which will 1) allow user authentication 2) sync between offline and online...
View ArticleDifferent Cordova build version
Hi guys, The ionic are using different versions for deploy between ios and android. For ios is usando cordova 3.9.2 and android are using cordova 4.1.1. You know the reason for this !? I appreciate...
View ArticleIonic2 typescript project with cordova plugins
I have the same problem... This is horrible with typescript, who needs this crap anyway. Somewho the typings need to be integrated. I searched for some time already, couldn't find a solution.
View ArticleHow do clear tab in tabs-page
Hi.I want to clear tab from tabs-page (using nav.push/NavController). ć»before page(in tabs-page)html (click)="process()" ts process(){ this.nav.push(MessageDetail);} I want to clear tab only next...
View ArticlePassing tabs NavParams to tab
I only had to pass through a database id so I just hide the value in an invisible div outside the tab page. Dirty but worked until there's a better solution.
View ArticleIonic2 typescript project with cordova plugins
ok I found an easy solution... declare var Media:any; This allows me to use the cordova-media-plugin without the errors you described...
View Article