How to use velocity.js?
http://www.gajotres.net/how-to-properly-debug-your-ionic-application/
View ArticleWork on Windows MAC with ionic
You need a mac to build an app for iphone or you can use an online service.
View ArticleSplash screen on iOS 9.0.1 does not transition out
Upgrading to the latest cordova/ionic/angular solved the issue
View ArticleCrosswalk: what is res/raw/libxwalkcore.so.x86?
Hi there, Trying to reduce crosswalk apk size, I've been digging around looking for BIG files to strip out of the building process. A file at res/raw caught my attention, as I could not find anything...
View ArticleInstead of list in sidemenu panel, want html page in the sidemenu panel
Hello,I am really a newbie for this Ionic world.I am building an app with tabs and side icons on the ion-nav-bar. Once I tap the left arrow icon, 'leftmenu.html' should show up with animation...
View ArticleIos 9.0.1: $http requests to server that supports TLS v1.2 with valid...
Kind soul After upgrade to latest XCode 7.0, cordova 5.3.3, ionic 1.1.0, and angular 1.4.6 the application is unable to communicate with the server that has valid SSL certificate and supports TLS v1.2...
View Article"Go" button triggers ng-submit for input types "text" and "search" but not...
Hi, Am I the only one experiencing this issue? If anybody successfully used a tel/number input with the "Go" button, please let us know :-). Thanks! Regards
View ArticleError running gulp sass
Had to go and login just to say thank you. Like others, I've been all over looking for a fix for this. Cropped up when I upgraded to a new box and had to get everything back up and running. You saved...
View ArticleContent From Course on Ionic Framework
I am teaching a course on Ionic Framework at Howard University, as part of that course i am creating on demand content based on the students response to materials I present in class. I am currently...
View ArticleIos 9.0.1: $http requests to server that supports TLS v1.2 with valid...
Does your server support Forward Secrecy? Run a test against your server at https://www.ssllabs.com/ssltest/ to get an overview.It is possible to change individual settings and not disable ATS...
View ArticleCan we integrate Paypal payment gateway with ionic?
dilipwk Can you provide everyone with a working example of your ionic paypal integration
View ArticleScroll within input text field on iOS
I have an update on this problem. I found that if added padding-left: 7px on the text input scrolling worked on iOS. The problem seems to have something to do with having adequate padding on the...
View ArticleSync timer directive with modal
Hello everybody! I already post this issue in StackOverflow but it didn't get enough attention even with the bounty. I'm working on a app. The user choose an exercise and choose 10, 15 or 20 minutes....
View ArticleStrange input behavior in iOS9 emulator
I'm seeing the same thing, the software keyboard is an option but it's not ideal for testing.
View ArticleMaking Sending a URL to my ionic app with web intent to work without crashing
Good evening, I've been struggling with getting web intents to work without the app crashing, I thought it would be straight forward but its not seeming to work. I first attempted to use the plugin:...
View ArticleHow to make Admob only display on specific page?
i found the solution by using the following events in the controller.$ionicView.beforeLeaverefer to Directive in module ionic
View ArticleCan we integrate Paypal payment gateway with ionic?
Yeah sure, I will upload it on git and put the link here soon.
View ArticleIonic splash screen hides without fading; FadeSplashScreen not having any effect
mhartington: cordova issue tracker https://issues.apache.org/jira/browse/CB-8875
View ArticleOverriding the back button handler
I have the following code in index.html: <body ng-app="starter"> <!-- The nav bar that will be updated as we navigate --> <ion-nav-bar> <ion-nav-back-button...
View ArticleSave $ionicPopup reference without displaying
Is there any way to save a reference to a popup without showing it? I have some retry logic for an AJAX request and I want to make sure only 1 popup shows in the event of multiple requests failing and...
View Article