Ng-click not firing
I am having an issue with the usage of ng-click in a controller, specifically, a login controller, which transitions to another view. On iOS 9.1, the tap of the login button does not fire, in fact, it...
View ArticleQuestions about Ionic capabilities?
I am developing a fairly simple app and below are some of my requirements: Simple user experience. Very little use of animations required. Display mostly lists, text fields, images.Custom styling of...
View ArticleIonic 2 with typescript?
Hi,Does Ionic Team have a plan to add option for Ionic CLI to start a project with a specific language ? Something like: ionic start newApp -ts --v2
View ArticleNg-click not firing
So nothing in the code looks like it's blocking the button from firing.Loaded he app up on a ios device and it was firing for me. There's nothing inside of ionic's code that would prevent the click...
View ArticleHref link to page not working on Android
Hello guys, i was changing a little bit my config.xml to make possible the "tel:" and "geo:" but now my simple links with href don't work... Tried this:<ion-item menu-close...
View ArticleMeteor Angular with Ionic
Few questions:1. What should I use - Ionic cli or Meteor cli?2. Is meteor a good BaaS and stable company?3. There is any tips for using meteor with ionic? Any modules that could help me? Thanks!
View ArticleAccentuation on Name Of Application
Yes my friend. <?xml version="1.0" encoding="UTF-8"
View ArticleLocal my own Rest URL is not working
check this outhttp://blog.ionic.io/handling-cors-issues-in-ionic/
View ArticleHow to not clear cache view when clicking back button
Have you looked at http://ionicframework.com/docs/api/provider/$ionicConfigProvider/#views.forwardCache
View ArticleHow to not clear cache view when clicking back button
mhartington: http://ionicframework.com/docs/api/provider/$ionicConfigProvider/#views.forwardCache I knew the answer was on the documentation! even if I have tried to look for it! Thanks!
View ArticlePublishing windows phone ionic application to windows store
Hello, I need to make a very simple App that works also on Windows Phone, and I would love to hear form your advise. I'm between 2 frameworks: Ionic and Onsen. Onsen officially supports Windows Phone,...
View Articled3 charts gets wrong orientation
Hi I've been experiencing some strange behavior with a d3 bar chart in ionic. I just recently used ios 8 and then the problem was that in ionic serve the charts bars was the wrong orientation like...
View ArticleHow to define the custom css?
I defined some css,such as the below:.redroundedRectangle p{ margin: 0px auto; padding: 5px; text-align:center; font-size: 27px; font-weight:bold; letter-spacing:8px; color:#FFFFFF;} But it doesn't...
View ArticleNo provider for Http - ionic2 alpha 42
Can you try with this?: import {Http, Headers} from 'angular2/http'; @Injectable() export class AppData { constructor(private http: Http) { } } If not working then it is an issue with the update or...
View ArticlengCordova camera
Hi I have a problem with the camera. To provide my app with data I use a socket based database similar to Firebase and it works just fine. And what I want to add is the ability to take a picture and...
View ArticleNo provider for Http - ionic2 alpha 42
Hey how did you update, when i tried it trow a lot of unmet peer dependency errors, did you update each one of them? did you do it global or local in project?
View ArticleHow get only some data from json
fabiobalsamo: console.log(child.queueElements); Because child.queueElements is undefined.
View Article$state.go() changing URL but not correctly loading template
Hello anthonyiThank you for your great post. I have same issue. but .. When i try this, it is works bad on my own. This is my LoginCtrl controller.. app.controller('LoginCtrl', function ($scope,...
View ArticleNo provider for Http - ionic2 alpha 42
Same error with headers and private http: Http. I have angular2 alpha52 installed.I simply followed the guide provided in the https://github.com/driftyco/ionic2/blob/master/CHANGELOG.md to update to...
View Article