How to close a popover through another controller?
@Zahema wrote: I was trying the popover as the example in here http://ionicframework.com/docs/api/service/$ionicPopover/ <ion-side-menu side="left" ng-controller="SideBarController">...
View ArticleColor of a paragraph
@alepaciotti wrote: I'm starting to practice with ionic and sass. I want to change the color of a paragraph that is inside an item, as follows: .item p { color # 666; } From what I see, it is only...
View ArticleCollection inside accordion
@stpn wrote: Hello, I am trying to combine the collection-repeat type of view with accordion expandable list.. Basically combining this and this It does not seem to work.....
View ArticleTerms of Use on Google Map, won't make me go back!
@fkkcloud wrote: Hi, When I click on the "Terms of Use" in google map, there is no way to go back? Posts: 1 Participants: 1 Read full topic
View ArticleHow to use San francisco fonts in iOS9
@shashwattripath wrote: Will adding below CSS enable new iOS9 font on my ionic app? Or do I also need to install those fonts ? {font-family: -apple-system, "Helvetica Neue", sans-serif !important;}...
View ArticleError when doing ionic run android or emulate
@euphonious wrote: I get this message whenever i try to do ionic run android or ionic emulate android =/ tried reinstalling ionic but the same thing is happening. Using a blank template to run. It...
View ArticleHow to add controller to side-menu
@Wahtel wrote: Hi everybody, i faced with the problem that i added ng-controller in my side-menus, and my side-menus is placed in my index.html like this: <body ng-app="starter">...
View ArticleWriting to files on your app
@enniob wrote: Where should I put JSON files that I will need to update from time to time? Can I update files on the www folder? Or should they be stored in another location? Posts: 1 Participants: 1...
View ArticleChanging the name of keyboard return button
@fairupoyil wrote: Hii need to change the name of my return button in keyboard and need to add an event on that button click. Posts: 1 Participants: 1 Read full topic
View ArticlengDraggable events not working
@simrankaur wrote: <div ng-drag="true" ng-drag-start="onDragStart($data, $event)"> Draggable </div> The div is now draggable but none of the drag events are being fired i.e ng-drag-start...
View ArticleIonic View - Splash screen does not display
@qz2rg4 wrote: Can someone please guide me how to display a custom splash screen on Ionic View App. It is missing on the app but if I install in directly on the device it works Thanks Posts: 2...
View ArticleSlideBox Pager gets doubled after animating and calling update Bug
@marcocaimi wrote: Days ago i found a very complicated bug in the ionic slide box.To reproduce create a slide box with 2 or more elements (using ng-repeat) slide to the second or the third, then call...
View ArticleReset DOM/View on Switching State/Location
@azurikai wrote: Hello IonicFrameworkForums! I am currently working on an application where I am submitting a form (on page /feature/xxx), and on submitting that form, it takes me to the page where...
View ArticleIonic for windows
@bujjibabu wrote: when can we expect ionic for windows support? Posts: 3 Participants: 3 Read full topic
View ArticleHow to build family tree using ionic
@badar15 wrote: Dears,I wonder if it's possible to develop an app to browse a tree like the video below using ionic or i need to go native? I appreciate your help in answering this and pointing me to...
View ArticleRunning ionic ios emulator with livereload stopped working
@carlosgoce wrote: Hello, I spend all morning trying to get working ionic on a real iphone device. I got it working after opening the project on x-code and changing the iOS deployment target to 8.4...
View ArticleCan we integrate Paypal payment gateway with ionic?
@dilipwk wrote: I am working in an application which needs payment gateway. I have tried manything to integrate payment gateway. But all was unsuccessful. I tired paypal payment gateway....
View ArticleIOS screen doesn't resize when changing landscape to portrait
@Urtado wrote: Hi, i'm struggling with this problem and i hope someone can help me. When i start the app, it's normal until i change the orientation from landscape from portrait. The screen doesn't...
View ArticleSet 'value' of input field in the form itself and not via controller
@subhashp wrote: I would like to set the 'value' of a input field in the form and not via controller. e.g. I want to set the value of below hidden field 'searchTyp' to 'app'. How can I do it? Kindly...
View ArticleIonic text field not getting focussed sometimes
@AnkurManchanda wrote: Hi All, We are facing an issue with a textfield on ionicPopup. When the popup is on display and the text field is selected at the borders sometimes the text-field is not getting...
View Article