El Capitan not reported correctly in ionic info
You should create an issue in ionic github project
View ArticleIn ionic view app window.location Not working but it working in web browser
not working plz help $scope.getpatdetails = function (item) { sessionStorage.setItem("PatientName", item.fullname); sessionStorage.setItem("PatientId", item.Id); i am using window.location in...
View ArticleTwo-way control for ion-slides
Is there a way that allows two-way control of slides in ionic 2 using the <ion-slides> component?Using swiper.js (from idangeros) the implementation looks like this e.g. .. However, I'm hoping...
View ArticleHide tabs on specific page with Typescript
Hi, Is there a way to hide the tabs on a specific page? I'm using typescript. Hope there is a solution. PS. Happy new year to all of you!
View ArticleVideo: Getting Started with Ionic & Firebase
Hi, sara very helpful getting started video but I was just wondering how if someone creates a ecommerce app with ionic and firebase as backend part then suppose product list is rendered from firebase...
View ArticleCan I just use style.css to impliment new buttons
This is really a basic question so I apologize in advance.. I am just getting into Ionic and am liking it so far. I had some custom buttons that I had created with CSS and js. I would love to be able...
View ArticleCordova is undefined
Hello all. I'm trying to get the file plugin working; well, ngCordova working in general. I'm having some problems... When running just a simple writeFile execution in the .run function of my module,...
View ArticleCan I just use style.css to impliment new buttons
Or do all UI Elements HAVE to be the ionic built ones
View ArticleIonic 2 alpha.45 sidemenu broken
The solution proposed in the pull request will be included in next version of ionic, so you shouldn't have to do this, besides your way uses css styling after it has done it's thing, thus using...
View ArticleIn ionic view app window.location Not working but it working in web browser
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleIn ionic view app window.location Not working but it working in web browser
Your routes should be looking something like this .state('patient', { url: "/patient", templateUrl: 'app/patient/patient.html',abstract:true } }) .state('summary', { url: "/patientsummary", views: {...
View Article$http No 'Access-Control-Allow-Origin' problem on POST
If you're testing locally use this chrome extension i've been using it a while now you can also try running the app on a device and check out the debugger in chrome
View Article$http No 'Access-Control-Allow-Origin' problem on POST
An easy fix is to download the CORS plugin for your browser. Then just whitelist your API URL so any further requests you make will not be blocked because of the cross-origin issues.
View ArticleVideo compression with cordova
Hey everyone, i'm trying to compress the capture video size with video editor plugin . At the time of editing change quality to Low-quality. It has a 320*320 resolution, but my requirement change bit...
View ArticleHow many API Proxy paths do I need?
Hi, I have an API that has a path of http://myapi/v1/ Do I need to set separate proxy path for each ? e.g: "proxies": [ { "path": "/myusers", "proxyUrl": "http://myapi/getusers" } ]
View ArticleHow to access REST services in ionic2?
Hello aaronksaunders. can you help me please. i search how to handle the return object, and how to use the post, update, and delete methods to invoke rest service.
View ArticleIonic.Platform.exitApp() is not working in iOS
You can use cordova's "pause" or "resume" events and ionic also provides service on handling events.see here: http://ionicframework.com/docs/api/service/$ionicGesture/...
View ArticleRadio button bug: All options get selected with radiogroup
Hi, I am not sure whether I am posting this in the correct section or not, since I am quite new to the forums, but I'll give it a go. I am trying to build an app with Ionic 2 typescript, but I...
View ArticleHow do come to know when does application gets killed?
I am making music application for iOS using ionic and i just requires to know when does app gets killed .. so, i can stop/pause music i know there are events already there in cordova "pause" and...
View Article