A website with a collection of ionic materials
This one maybe? part of the "awesome lists" trend (https://github.com/sindresorhus/awesome): https://github.com/Alexintosh/Awesome-Ionic Ionic's Code Pens and another link I found:...
View ArticleMedia queries for devices with lesser dpi
I have created an simple app,It renders in all the phone but the Samsung Galaxy Tab 3 has lesser dpi which is rendering the app to the entire layout (width and height) of the device, How can i achieve...
View ArticleHandle radio values
Being new to Ionic 2, I can't quite figure out how to get the values from a radio button. in the template I have <ion-list radio-group> <ion-item> <ion-label>I am acting on behalf of...
View ArticleHandle radio values
I came up with the following: in html:<ion-list radio-group [(ngModel)]="actor"> in js handleResult() { console.log("AgencyPage: HandleResults() - actor=" + this.actor); if(this.actor ==...
View ArticleLooking for Ionic Architecture Advice
I would like to get some opinions on how best to implement functionality similar the seller functionality in eBay's mobile application. Basically, when you need to enter information about the item you...
View ArticleDisplaying image file from Android filesystem
well, i used the cdv file to upload it to a server path with the user-id and then got the image back from the server to display . Literally, had to go the long way, since i couldn't quite find the...
View ArticlePopover from tabs
I'm having a similar issue with the popover not anchoring to the correct view. I can tell that it's initiating but I can't get the popover to show from within a tab view. I played with the z-index of...
View Article$ionicpopup is big in size occupying almost the screen
popup pbm.png965x937 54.9 KB kindly help me with it i tried to customize the css class nothing is working here is my code$ionicPopup.alert({ title:'Invalid data', template:'please provide a valid...
View ArticleUnable to get ion-list working with swipe!
I've been beating my head against this one for days. After having seen plunkrs working with the same kind of swipe behavior, I'm pretty sure this problem is unique to my HTML structure. I just can't...
View ArticleIonic tab does not route to correct view
For some reason one of my tabs(the chat tab) doesn't work. All the other tabs work i'm not sure why the chat tab doesn't work. As you can see from my plunker the chats tab is just blank while the...
View ArticleCordova Image Picker not working on Ionic View
After a lot of googling, I finally came across a list of supported plugins by Ionic View. You can find that list here: http://docs.ionic.io/v1.0/docs/view-usage As you may notice, that list is pretty...
View ArticleIonic 2 ion-slides Index attr, Having issues
Ok so i think ive figured out the direct cause of my issue with index. Oddly enough, it wasnt the index attr at all. My code:<ion-slides pager> This by default sets my index to one which is...
View ArticleChange the icon of the SearchBar?
Is there a way to change the icon in the search bar place holder? (In this case I want to use it for a url entry field)
View ArticleIon Tinder cards add button to control like and nope?
Hi, i have the same problem. did you find solution for this? Thanks
View ArticleLogic in HTML template
Try NgIf import {NgIf} from 'angular2/common' <h2 *ngIf="hideWelcome">Welcome!</h2> Docs: https://angular.io/docs/ts/latest/api/common/NgIf-directive.html
View ArticleLogic in HTML template
Beat me to it. Also for reference, https://angular.io/docs/ts/latest/guide/template-syntax.html
View ArticleHandle radio values
Looks good.http://ionicframework.com/docs/v2/api/components/radio/RadioGroup/
View ArticleLogic in HTML template
Thanks both! knew it must be there somewhere, just didn't know what to look for
View ArticleHow cordova plugins work in ionic 2?
What your looking for is a ".d.ts" or "type definitions" file. This may or may not be supplied by the source code author, otherwise will probably need to be hand-written.
View ArticleWhy ionic CLI error, how to fix it?
You don't have enough permissions to run this command. Start cmd with admin privilegies and don't do that inside C:\Users\Google
View Article