Is there any way to change the background color of the scroller on iOS 9?
@degamer106 wrote: 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 ArticleLocal Notifications with Multiple Actions / Buttons
@wellsb1 wrote: 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...
View ArticleNew to Ionic and Angular. Help with calendar
@brandenwagner wrote: Calendar.js angular.module("starter.directives", []); angular.module('starter.directives').directive("calendar", function(){ return { restrict: "E", templateUrl:...
View ArticleIonic Development with Visual Studio 2015 on a Windows Machine - Deploy/Debug...
@Wyss wrote: Hy I've a question regarding the deployment and debugging of Ionic Apps within Visual Studio 2015 on a Windows Machine. It is possible:- to Deploy and Debug to an Android Emulator and...
View ArticleWork on Windows MAC with ionic
@stee wrote: Is it possible to transfer a work on windows to an iphone?Or the project to mac and then build with no problems to an iphone? Posts: 2 Participants: 2 Read full topic
View ArticleHow to test in Protractor ion-item element containing ion-option-button...
@JarekJ wrote: I have an Ionic view containing ion-item element with ion-option-button subelement? How can I test it in Protractor? How can I simulate swiping ion-item left and then clicking one of...
View ArticleIonic App behaves differently in different browsers and devices
@morevishalk wrote: I am building an Ionic App and i have been testing the app on Google Chrome Canary and it was working perfectly fine as expected. Recently, i tried testing the app on Mozilla...
View ArticleIssue with ionic push notifications
@newuser wrote: Hi everyone, Iam working with ionic push notifications. I followed the ionic push notifications documention from http://docs.ionic.io/v1.0/docs/push-from-scratch.After developing push...
View Article$ionicScrollDelegate.scrollTop() does not work with $scope.$new()
@mrameezraja wrote: $ionicScrollDelegate.scrollTop() does not work on list which is binded with $scope.$new() or $rootScope.$new(); how to make it work ? Any help would be appreciated. Posts: 1...
View ArticleHow to use velocity.js?
@b82 wrote: I'm trying to use velocity.js in my app but i'm having some difficulty. <script src="cordova.js"></script> <script src="lib/velocity/velocity.min.js"></script>...
View ArticleAzure Push Notification Example
@fparigi wrote: HI Is there any one that have an example to use Azure Push notification service on Ionic?thanksFabio Posts: 1 Participants: 1 Read full topic
View ArticleNav-back-button is always hidden
@DutchKev wrote: For some reason, the 'ion-nav-back-button' is always hidden.. And I can't figure out why??It works correct when i do it manually with a ion-header.. I have the following index.html:...
View ArticleCreating an iPhone datepicker like select in Ionic
@imesha94 wrote: Is there a way to create a select with the appearance of iPhone's datepicker. (Something similar to the following view) Posts: 1 Participants: 1 Read full topic
View ArticleHttp call not working when testing on iPhone
@enniob wrote: I have an app that does a $http call to get some data from amazon aws. The app works fine on the browse, but when I compile on xcode and test on the device I get the following error....
View ArticleHello Backend: Your Second Ionic Framework App
@andrewmcgivery wrote: http://mcgivery.com/hello-backend-your-second-ionic-framework-app/ "In the first post of this series, Hello World: Your First Ionic Framework App, we learned how to create a...
View ArticleProblem to initialize iDangerous Swiper
@b82 wrote: Within my controller i have declared my Swiper object: var swiperTest = new Swiper('.swiper-container-test', { initialSlide: 2, slidesPerView: 5, observer: true, observeParents: true,...
View ArticleAngular ui router
@zainali95 wrote: I want to make a state which occurs once only like app tutorial • and how to make a state which disable when certain conditions fulfill like login Posts: 2 Participants: 2 Read full...
View ArticleAssign IP address and WIFI settings
@atig wrote: Is there any ngCordova plugin to interact with WifiManager of Android? http://developer.android.com/reference/android/net/wifi/WifiManager.html Something similar to this...
View ArticlePull request icon bug!
@Amaral wrote: Icon from pull request behind of list while loading new data. How fix it? Posts: 1 Participants: 1 Read full topic
View ArticleError only on the native app - how to debug
@maufarinelli wrote: Hello, I am new with Ionic. I am developing my first app.Actually, I've developed the whole app using angular as it was an web app, and then I created a Ionic app blank and paste...
View Article