When using Horizontal Scroll ion-scroll page can't be scrolled down in...
After trying a few of the solutions listed here, my solution was to abandon ion-scroll all together and set overflow-scroll=true on the ion-content and then use a standard ul with the properties:...
View Article$http digest authentication with credentials via DNN web api
I am trying to authenticate $http requests against our ASP.Net DotNetNuke (DNN) web api methods using an Ionic/Angular mobile app. I have spent a few days on this with little success and a deadline...
View ArticleIonic push - Unable to Authenticate
Any other thoughts on this? I'm using a Secret Key that is registered to handle both development and prod notifications, and using the One-Time Notification page on the Ionic Console works, but when...
View ArticleStatus Bar doesn't work
yes it's work. Do you know please how i could have a transparent statusbar, the same in googleMaps ?
View ArticleStatus Bar doesn't work
Sorry, but I have not yet figured out much about this yet, except that just using: $cordovaStatusbar.overlaysWebView(true) changes the status bar font from black to white in my application.
View ArticleIon-scroll zoom end callback
I am using ion-scroll to zoom a div like below. <ion-scroll zooming="true" direction="xy" min-zoom="1" max-zoom="1.5"> <div class="page ng-cloak"> <div class="conent_img"> <img...
View ArticleCollection-repeat animation on delete
Hi folks, has anyone figured out any tricks on how to get exit animation with ion-lists which are collection-repeat? Everything works great when its a regular ion-list with ng-repeat but animations...
View ArticleStatus Bar doesn't work
ok thanks a lot. If I find how to have a transparent statusBar, i will put the code here. Thanks
View ArticleActionsheet's Android "ugly" styling.. need help
@mhartington Why doesn't cancel button appears on android? On ios, it appears
View ArticleHelp me with this controller?
if you want to navigate between page try use $state.go like this: app.controller("RegistrationCtrl", function($scope, $state){ this.goAfter = function(){ $state.go('after'); } }); In html try use:...
View ArticleKimono labs API request
l have got it using the jsonp method,thanks .controller('maritimeCtrl', ['$scope','$http', function($scope, $http){ $http.jsonp('https://www.kimonolabs.com/api/4wfjeevq/?callback=JSON_CALLBACK')...
View ArticleHow to disable chrome://inspector debugging?
Edit your AndroidManifest.xml in platforms/android and find: <application android:debuggable="true" android:hardwareAccelerated="true" android:icon="@drawable/icon"...
View ArticleCordova WebIntent (receive Url)
Wondering if you could elaborate on your code a little more. I am having trouble getting my app to show up in the list of "share to" when I am in another app. Thank you!
View ArticleIs there any way to change the background color of the scroller on iOS 9?
I'm trying to change the background color of the HTML select element from the default dark gray on iOS 9 to white. I stumbled across this Phonegap/Cordova plugin:...
View ArticleNew font from iOS 9 will be applied? - San Francisco
Is this true for Ionic View as well? Not seeing San Francisco while prototyping.
View ArticleLocal Notifications with Multiple Actions / Buttons
I am trying to figure out how to add multiple action buttons to local notifications. I have read the ngCordova local notification docs but it does not seem to be available. I am looking for the...
View ArticleNew to Ionic and Angular. Help with calendar
Calendar.js angular.module("starter.directives", []); angular.module('starter.directives').directive("calendar", function(){ return { restrict: "E", templateUrl: "templates/calendar.html", scope: {...
View ArticleHow to disable chrome://inspector debugging?
debuggable=false is not working, I still can see my app in chrome://inspect I am sure I set debuggable="false", and I do reinstall it again. santinowang@Mac.local /tmp Tue Sep 29...
View Article