Version 1.2 on Windows 10. How to use get the Select element working?
Hi, I previously had problems using the select on Windows 10. Previously from the docs I would use... <label class="item item-input item-select"> <div class="input-label"> Please select...
View ArticleAndroid app dependent on desktop app
One of the tools in the android sdk is android device monitor. You'll find it in android-sdk/tools/lib/monitor-x86 (or another monitor- folder).
View ArticleIonic 2 with typescript?
This is a decision the Ionic team has changed a couple of times. Since they don't want to confuse people who don't want to use TypeScript they kept the .js extensions instead of .ts (however, you...
View ArticlePassing data from factory to controller
Hi, I want to pass a simple data from factory (hard-code data) to my controller. I run the code and inspect it. The factory does run but when it return, it only return an simple object itself, not...
View ArticleSplash Screen on Android
Use image with higher resolutionIcons- Min resolution 192 X 192and Splash Screen - 2208 X 2208
View ArticleUnderstanding versioning when using Ionic Deploy
I just setup Ionic Deploy with my app and dug through all the very helpful documentation, but there is one area that still has my head spinning a bit. What is the best way to implement version control...
View ArticleTable in ionic 2
How can i create a table in ionic 2? it doesnt seem to support classes "row and column".I want something like this as output: http://i.stack.imgur.com/wwkMO.jpg
View ArticleTable in ionic 2
You can use <ion-row> and <ion-col> in Ionic 2. You can also specify sizes with: <ion-col width-30> Of course, you can also just use a table where appropriate (to create what is in...
View ArticleNg-click won't work with anything but a button if inside a form
Thanks! I had my button inside a label, changed it to div and voila! It works!
View ArticleCan I use card.io android ionic?
https://www.npmjs.com/package/card.io Says the android is now supported.
View ArticleWhat are you building with Ionic? We want to know!
Hallo! We just released FencePress an innovative system based on an app and a WordPress premium plugin that let the blog administrators to keep unauthorised users out of their dashboards! 30 lucky...
View ArticleHow to use Ionic components inside custom components/directives
You have to import the Ionic components and register them as 'directives' : import {Component} from 'angular2/angular2'; import {List, Item} from 'ionic/ionic'; @Component({ selector: 'test-list',...
View ArticleError : ReferenceError: Ionic is not defined
Hi friends i am creating a app using ionic and now i want to add push Notification in my app but i am faceing this error : ReferenceError: Ionic is not defined...Please help....Thanks in advance
View ArticleIs RxJS functional in Angular2/Ionic2 right now? Have an example?
Taking a look at the Ionic 2 ionic-framework node_modules and the directories below it:Have you tried import * as Rx from "@reactivex/rxjs/dist/cjs/Rx"; Although they seem to be using Rx.KitchenSink...
View ArticleFirst Run after app installation
I think the question is about only first run after app installation.Usually, In a mobile app, they want to show something like introduction view or anything else for the first time run only. And in...
View ArticleError happened [Error: Invalid character entity
Please helpI get this error message when i try to use the ionic command from the terminal for example: ionic platform add android I am using a macbook pro Error happened [Error: Invalid character...
View ArticleIon-nav-buttons (for side-menu) disappears until page refresh
The answer of @rsoares should definitely be marked as the correct solution. Tnx mate!
View ArticleIonic 2 with typescript?
Thanks Josh for explaining. The latest version of the CLI is beta 11 and it is using JS as the default for all starters. Each starter and the conference app have typescript branches if you would like...
View ArticleIonic 1.2: ion-slides
Hi,I've just started to use v1.2 and the lovely swiper, but I ran into a strange issue.I'm using this simple template within ion-view (actually I'm loading the data async and using ng-repeat)...
View ArticleFirst Run after app installation
Then use a localstorage to store if this was the first run
View Article