How to disable a button on a condition?
it says Cordova CLI: 5.4.1Ionic Version: 2.0.0-alpha.38Ionic CLI Version: 2.0.0-alpha.25Ionic App Lib Version: 2.0.0-alpha.24ios-deploy version: Not installedios-sim version: 5.0.4 OS: Mac OS X...
View ArticleGetting error: 'nav controller actively transitioning' when using ionic popups
I did update to alpha.42 and this error started poping up when i use a function that makes use of the ionic popup, i'm using it like the next code, closeDialog "should" close any popup that's open and...
View ArticleNo provider for Http - ionic2 alpha 42
Great! I will try this solution!I have another question: do you know how to use cordova plugins with ionic2? I'm trying to call them from Platform.ready() as in ionic1 but they are undefined.
View ArticleNo provider for Http - ionic2 alpha 42
Did you used cordova plugin add plugin.name, ex: cordova plugin add cordova-plugin-geolocation? After that step most of the plugins will have their own instructions for use, ex for the former...
View ArticleNo provider for Http - ionic2 alpha 42
I'm using the globalization plugin, and I installed it using ionic plugin add cordova-plugin-globalization. But I cannot access it: platform.ready.then(() => { console.log(navigator.globalization);...
View ArticleHow to disable a button on a condition?
Yeah, could you upgrade to the latest version? It's 2.0.0-alpha.42. We have steps to upgrade here, since this was a large release:...
View ArticleNo provider for Http - ionic2 alpha 42
Try this 4:1. See if that functionality isn't already provided by the ionic bundle (i think localization could be) and import it, for example the sqlStorage is provided by ionic 2 even if it's a...
View ArticleProperly plugins usage
Hello! Currently i'm creating a simple app.And want to use some plugins, such as Google Maps.I've read https://market.ionic.io/starters/google-maps starter and have some questions about using plugins...
View ArticleNo provider for Http - ionic2 alpha 42
The functionality that I'm trying to achieve is to get the device language in order to show the correct translation. I haven't seen such a functionality in ionic 2 docs. Thanks for the help however!
View ArticleWhere to put assets so the app can find them when built on Android?
Hi all, I've been building my first ionic + cordova app, originally with VS 2015 and have since thrown that out for text editor + CLI. I'm having a problem where all images I had in my [project...
View ArticleProblems injecting $ionicHistory
I've got an app where I need to manipulate $ionicHistory so that hitting back goes back 2 panes. my controller definition looks like this: .controller("FeedController", ['$scope', '$stateParams',...
View ArticleUnable to start the daemon process error
When running the following line:ionic build androidI'm getting an error:... Unable to start the daemon process... Please help.
View ArticleIonic run livereload connection error
I don't know if you were able to solve this or not, but I discovered your post when I encountered the exact same problem. It's an issue with the white-list cordova plugin not being configured...
View ArticleIonic user authentication with http https
Maybe your server certificate is self signed.
View ArticleIon list performance slow for large data
try to use infinite scroll or collection-repeat, otherwise you can create your list with one way binding if you don't need to update this list later. Do you bind for each item an event as such as click?
View ArticleIon list performance slow for large data
Yes i do bind a click, also infinite scroll is from ionic or is a third party library, what about collection-repeat, i didn't see it in the component docs?
View ArticleLearn Angular before learning Ionic?
I say try to learn the basics, I started with Ionic with no AngularJS knowledge, I managed to get my first app into Google Play, but after learning a bit of AngularJS for a project I saw there were a...
View ArticleDatabase for my Ionic app
It doesn't really matter, you can build your backend with whatever it is you feel comfortable with, you just need to make sure to build an API REST. Ionic is going to connect to your API to interact...
View ArticleTab content gets removed
Hey Ninjas, anyone can help me I have an app which has side menu navigation. Now in one view which shows entry details I have two tabs.My problem is that as soon as I change tab the content of the...
View ArticleBackdrop behind modals
Hi. Try this: .modal { display: block; position: absolute; left: 50%; transform: translateX(-50%) !important; z-index: $z-index-modal; overflow: hidden; width: 100%; background-color:...
View Article