Problems with side menu
friend, not mentioned in the reply that the menu works when you click a button.not only works when you drag with the touch
View ArticleCannot build, run or emulate after XCode 6 & iOS 8 updates
to get the remove/add mentione above to work I had to delete the .cordova/lib/npm_cache.cordova-ios folder
View ArticleDev tokens cannot be saved to a user as they are a temporary resource
Actually im worker in a push notifications for my app, but when I try to save the device tokens to a user display a error dev tokens cannot be saved to a user as they are a temporary resource. Does...
View ArticleImage Caching issue
Just in case anyone else runs into this issue. I fixed it by adding cache-busters as a URL parameter on the server to the images.
View ArticleStrange deployment error
While working on my next Ionic 2 article, I stumbled on a strange error. Usually, while writing articles, I like to create a working example I can embed into it. This way my readers can play with...
View ArticleMutiple views in one tab
Hi everyone,Here is a simple example of what I'm trying to do.I have 2 tabs (Home and News) and 3 views (Home, News and Details).When I click on the Home and News tabs, it displays respectively the...
View Article"Error: Please install Android target: "android-22"
Thank you so much @sandips! Managed to progress a little further, I've downloaded what you suggested, created a virtual machine but now I get this error and the virtual machine doesn't load: Created...
View ArticleMutiple views in one tab
I found the answer to my own question! It's a routing mistake...To do this, the tabs.details state must have the same view name as the parent tab. .state('tabs.news', { url: '/news', views: {...
View ArticleIonic-modal-select
Hey!This is cool!but i am having really a lot of trouble with setting dynamic options( which i get in the response of http request) i have something like this$scope.options = [{name:'First Option}]...
View ArticleStrange deployment error
Gajotres: <head/> I believe it is being caused by <head> closing itself with the /. For example you can self close <img/> but you can't self close a <div>. Angular added these...
View ArticleIcons not working
I am able to see the heart icon in a v2.0-alpha.45 app using this syntax. If you are trying to use a v1.0 app please use the syntax here: <i class="icon ion-heart"></i> <i class="icon...
View ArticleHo to change the toggle background?
This is not an Ionic issue, it is entirely custom CSS. It would probably require custom JS since the only way to know is if it is checked is to look at the input but it is styling the parent div. If...
View ArticleStrange deployment error
Make sense, at least, provided error is pointing to that. But, when I look at a content of my www folder, the head tag is not self-closed at any point. Furthermore, an application is working in...
View ArticleStrange deployment error
Good to know! I'm sure this thread will help someone out in the future.
View ArticleIon-radio with checked="true" does not work?
@brandyshea, I tried <ion-radio-group> and <ion-list radio-group> with same result. Though, for my test, I was not using ngModel.
View ArticleFailed to load resource: cordova_plugins.js
Getting an error in the console about missing cordova_plugins.js. ionic info Cordova CLI: 5.4.0 Gulp version: CLI version 3.9.0 Gulp local: Ionic Version: 1.2.1-nightly-1867 Ionic CLI Version:...
View ArticleEl Capitan not reported correctly in ionic info
ionic info is showing my OS as Yosemite even though I'm running El Capitan. This isn't causing any problems that I know of but I figured I'd mention it since I noticed it while looking into something...
View ArticleIonic 2 alpha.45 sidemenu broken
Yeah there is a pull request. If you want to make it work, just comment the lane 638 of /node_modules/ionic-framework/animations/animation.js and it works again.
View ArticleCrosswalk runtime required
sorry to hear that @gaurav_ch , hmmmm I dont want to give up yet, crosswalk solved a display bug I had when people were using android 4.3 and below that I was having.... I couldnt see it on my 5.1...
View Article