Can i add three buttons in option button
@appdeveloperoasys wrote: <ion-option-button class="button-balanced"> <span class="ion-plus" ng-click="addCount(item)"></span> <span class="ion-android-cart"...
View ArticleHow i can get current playing value from ionic-audio?
@nuruddinba691 wrote: how i can change ion audio progress bar style and make circle progress bar <ion-modal-view class="player" > <ion-audio-track track="tracks"> <div...
View Article$ionScrollDelegate is slow in refreshing the view
@menshinobi wrote: I have an Angular UI Tab in my ion-content and each time a tab is clicked the view height is changed because the number of items are changed. I have used $ionScrollDelegate to...
View ArticleTitle displayed differently on Android and iOS
@antoxann wrote: Code of my bar: <ion-nav-title> <div class="title page-title" > <div class="title text-center ">Title</div> </div> </ion-nav-title>...
View ArticleHow to change Internationalization of an Ionic App?
@headshot8x wrote: Hello guys and @andrewmcgivery, I refer to this link http://mcgivery.com/internationalization-of-an-ionic-app-multilanguage-support/ and then follow, but when run it in Chrome,It...
View ArticleIonic v2 run on Android problem
@matanyed wrote: When I'm using ionic run android there is no output and it's nothing happens. I have tried to make ionic build android and I got this error: Error happened [TypeError: Path must be a...
View ArticleSlide box get Error with more than 2 slides
@ahm3000 wrote: Hi.. I have an issue with ion-slide-box when I put 2 slide it works fine but when I insert new slide it hide some of slides <ion-slide-box does-continue="true"> <ion-slide...
View ArticleWe have a Profile Page edition containing ten fields with a fixed header and...
@Aflaton wrote: <ion-header-bar align-title="center" style = "background-color:transparent !important;background-image: none;border-bottom: none;border: 0px !important; top:2%;"> <div...
View ArticleFixed title in ion-nav-bar
@siteon wrote: I'm trying to get a fixed title in the ion-nav-bar (text or image). For a app i'm building I just need a back icon and a logo/brandname in the navbar that doesn't fade from view to...
View ArticleIonic v2 with Visual studio issues
@vovikdrg wrote: I just started my new project with alpha ionic, and since i never work with typescript i have some issues. I cant figure out how to run import {Page} from 'ionic/ionic'; it shows...
View ArticleHow to get current name in config?
@rizamasta wrote: Hi there, I wanna get current state in config file. it use to define $ionicConfigProvider.tabs.position("bottom"/"top");I wanna set in my app flexible tabs postion in diffrent state....
View ArticleProblem refreshing google maps
@jgm196 wrote: I´m developing my first app using ionic, and I´m having problems using google maps in some devices. In my app, the user have to mark his location by clicking on the map. So, each time...
View ArticleHow to handle user's request when OAuth Access token expire?
@mi6crazyheart wrote: Hi,I'm new to ionic & angular, currently trying to build an android app. Using OAUTH 2(also new at here) for resource authorization. Now, stuck at one point & want to...
View ArticleGlobal constant for all controllers?
@VolvoOlympian wrote: How can I set a string constant that can be accessed by all controllers in my ionic app? Posts: 2 Participants: 2 Read full topic
View ArticleApp development
@tenison201 wrote: is developing possible windows in ionic Posts: 1 Participants: 1 Read full topic
View ArticleWho knows a great range datetimepicker?
@Mik378 wrote: Hi, I would like a well designed component allowing to select a startDate (with time) and an endDate (with time). Do you know such a component integrable with Ionic? Thanks a lot Posts:...
View ArticlePerform math operation from controller inside ion-content tag
@mattdowning wrote: Hi, I don't understand <ion-content> tag while doing math operation in controller. Here I'm try to do simple sum operation. this is work as expedted...
View ArticleKeyboard/Content driving me nuts!
@AhmadQadah wrote: Keyboard newly started pushing everything up and down, like flickering! i created new ionic project with a start up template just to confirm that it had nothing with my current...
View ArticleCan we show ads(adMob or others) inside the DIV?
@ctaihua wrote: Hello, I just want to ask how can we display the Ads in the div or in the list, this is the image for this question. Any suggestions would be very helpful. Thank you. Posts: 3...
View ArticleDo anyone using Ionic with node.js v5?
@iamjb wrote: Hi, Do anyone using Ionic with node.js v5?I tried it, seem all cordova plugin do not install correctly with ionic 1.7.8 and node.js v5. Do anyone got the same issue? here is my env...
View Article