I had issue about field select
@ngocphu wrote: <ion-select [(ngModel)]="list_data" ngControl="list_data"> <ion-option *ngFor="#i of data" value="{{i.term_id}}">{{ i.name }}</ion-option> </ion-select> how set...
View ArticleIonic + Cordova InappBrowser - Input type=file not working
@evilpanda wrote: The app simply shows a webpage using Cordova InAppBrowser. The webpage uses <input type=file> to upload files. When I open the webpage in chrome on my android device, the tap...
View ArticleExample code to hide or change color of status bar android
@polska03 wrote: I have read the doc about statusbar, but it only shows the methods. Can someone please provide the code needed to do hide or change the color of the statusbar. Cheers Posts: 2...
View ArticleDynamic Navbar Buttons
@ayyfish1 wrote: When I use ngIf or ngFor with buttons inside of the navbar, the buttons are styled incorrectly. Their styling is only correct if they are written directly into the html, so they can't...
View ArticleValue in input field will not display if I set ngControl
@shmu80 wrote: When I set ngControl in Ion-input the value will not display, but value will display without ngControl Assuming email value=abcdefg123@abc.com Example 1: <ion-item> <ion-label...
View ArticleBlank/White screen when running starter on windows 10 (ionic 2.0.0-beta.3...
@tjaffri wrote: I get a blank screen when I start a fresh project using typescript and the latest ionic beta, on windows 10. I am including as clear a repro below as I could find... any help much...
View ArticleBUG: menuToggle receiving mouseEvent from 2nd window?
@mixofia wrote: I'm testing an app from multiple windows, one with a signed in user and another (anonymous window) with no user. But I'm getting menuClose events that cross both windows. Has anyone...
View ArticleCollection-repeat + dynamic item height + infinite-scroll = splash screen...
@huangws wrote: In my project I use collection-repeat + infinite-scroll,and dynamic set item-height, when infinite-scroll finished loading, then screen shake and splash, after that the scroll position...
View ArticleGet the element this from the event function
@goldner wrote: lets say i have this element : <div ng-click="onClick()" >Hello</div> attached to the folowing function : $scope.onClick = function() { } is there a way to get the element...
View ArticleHow to make this king of list?
@vcarbonnel wrote: Hi all, I would like to make a list like that (menu Categories) http://ionicmaterial.com/#preview, who can help me ? Thanks Posts: 1 Participants: 1 Read full topic
View ArticleSending Push Notification to Ionic Service on Rails Doesnt send message
@boyfunky wrote: So i am using the Ionic Push API to send a notification and while i am receiving the notification, i however do not get the message included in the notification. Yes it is weird and i...
View ArticleshouldInterceptRequest : cordova-plugin-whitelist
@ibnclaudius wrote: I have an Ionic 2 app that will get some events from Facebook. I'm trying to send a post request to the Graph Api with a batch containing multiple requests but my subscription...
View ArticleIon-tab and ui-sref-opts
@tomzero wrote: Hi! Can I use ui-sref-opts with ion-tab somehow?Thanks! <ion-tab href="/tab1" ui-sref-opts="{location: false}" title="tab1"> ... </ion-tab> Posts: 1 Participants: 1 Read...
View ArticleSwiping Cards
@vardas wrote: In the current ionic 2 documentation it says the following about cards: "Cards are usually placed on top of one another, but they can also be used like a "page" and swiped between, left...
View ArticleCamera and Image picker together
@aasavad wrote: Hi guys, Is there any plugin available to open camera and show the image library as well at the bottom as shown in the image. IMG_1020.PNG359x640 384 KB Posts: 1 Participants: 1 Read...
View ArticleFixed page on swipe
@sneakersgames wrote: When we swipe on the interface/page, the header or footer moves together with our page. A black background is visible, much like on a regular web page. Is there any way to keep...
View ArticleInside the constructor http is undefined
@Daikinzan wrote: created a simple component to get data example code:import {Http} from 'angular2/http'; export class Data { static get parameters() { return [[Http]]; } constructor(http) { **// http...
View ArticleHas anyone truly started from scratch lately?
@jwleigh wrote: I've searched high and low trying to get ionic to work on iOS simulator. It seems everyone that shows you how (including the official deep dive video) makes some assumptions of what's...
View ArticleHow to use latest Ionic 2 version?
@nanexcool wrote: Is there a way to use the latest version of the Ionic Framework? The one directly from the v2 branch on Github? If I update package.json and do npm install I can get up to Beta 3,...
View ArticleAccess tab badge from Tab
@kidproquo wrote: Hello, How do I change the tab badge from inside a Tab (ion-tab)? I have a list of questions in a Tab and would like to show a badge to indicate unanswered items. I can access the...
View Article