Pinch gesture broken with RC0?
@robarada wrote: Hey there, I have used the gestures from the Ionic 2 docs (http://ionicframework.com/docs/v2/components/#fabs) and all of the gestures listed in the examples are working properly...
View ArticleIn rc.0, how to use lockSwipe of Swiper object to prevent slide in first or...
@gxsjtu wrote: I have get swiper object through ViewChild. Posts: 1 Participants: 1 Read full topic
View ArticleIos app icon doesn't show when run from command line
@appgod wrote: hi everyone I created a custom icon with "ionic resources", but when I type "ionic run ios" it still shows the default icon on my iPhone device. But when I run the ionic project from...
View ArticlePage transitions not consistent
@jbpbelen wrote: Page transition between pages with sub headers and without, transitions without animation happening. But transition between 2 pages without subheaders animates. Lastly page...
View ArticleHow to get an Ionic component by id and change its css style?
@flame3 wrote: I have 2 ionic cards in one page, one is above the other. I want to make some animation effect on the two cards. After swiping away the top, the bottom one moves up to the top and the...
View ArticleEmail Exist Check after input field is not focus
@anicacute09 wrote: Hi guys, I just want to ask is anyone here already do a email exist validationafter the input email field is not focus? Can you help me or give me some tips on how to do that? I...
View ArticleIon-datetime: ngModelChange
@mvrc wrote: Hi, I have a datetime like this : <ion-datetime min={{today}} max="2018" (ngModelChange)="changeDate($event)" displayFormat="DD MMM. YY" [(ngModel)]="myDate"> </ion-datetime>...
View ArticleConsider replacing the function or lambda with a reference to an exported...
@hqho wrote: Hi, I tried to update my app using Ionic2. I worked with Ionic serve but when I tried to build android, I got an error below: ngc: Error: Error encountered resolving symbol values...
View ArticleIonic rc0 Ionicons not showing
@hats wrote: Hello guys, I'm following the migration steps to RC0: https://github.com/driftyco/ionic/blob/master/CHANGELOG.md I have almost everything migrated, but one thing is still not working. The...
View ArticleNativeAudio not working on ionic 2 rc0
@sami_analyst wrote: Hello folks, I'm in the middle of creating a Sound provider for button taps and background game music. In My Sound provider called sound.ts I'm using the "NativeAudio" plugin and...
View ArticleAPI documentation for old versions of Ionic 2
@romansmekalov wrote: Hi friends! I noticed that disappeared the API documentation for old versions of Ionic 2 ( < 2.0.0-beta.9). She will turn up somewhere or do I have to upgrade to the...
View ArticleCheckbox ngModel from Array
@Yimiprod wrote: Hi, is it possible to bind an ngModel array to a list of checkbox // in controller this.myDataArray = [ 2 ]; this.myEntries = [ { id: 1, name: 'Item 1' }, { id: 2, name: 'Item 3' }, {...
View ArticleUpdating my app to RC - My story
@devarg wrote: Edit:Hi, after a little bit of dropping this out I found this post that was talking exactly about this, and I'll share to people like me to know "You are not alone" and this a known...
View ArticleShould I update Ionic to 2?
@rodrigograca31 wrote: Hi! I have an App with almost 30K users and today while I was changing some things I saw the "warning": Ionic CLI is out of date: * Locally installed version: 1.7.16 * Latest...
View ArticleLoading spinner beside input field
@anicacute09 wrote: Hi guys, I just want to ask if it is possible to have a loading spinner and a check icon beside/inside input field.. Just like this: Posts: 1 Participants: 1 Read full topic
View ArticleIn RC.0, how to use 3rd css?
@gxsjtu wrote: I install 3rd css through npm, where to reference the css file? Posts: 1 Participants: 1 Read full topic
View ArticleBuilding for Windows Phone
@codiqa100087271 wrote: I'm having trouble getting info about building an Ionic app for the Windows platform. The app is going great on iOS and Android, but I've never done a Windows phone app. I can...
View ArticleJavascript Problems in IONIC App
@codiqa100017888 wrote: I am attempting to build my first app in ionic. I have the general idea about the structure of the framework. I am just having issues with my javascript. I have added...
View ArticleImage does not show up when ionic emulate ios - background:...
@audan2009 wrote: Hello, This css does not work when trying to run ionic emulate ios: background: url("/assets/images/ocean7.png") no-repeat center center fixed; -webkit-background-size: cover;...
View ArticleIon-toggle (ionChange)
@dpark1985 wrote: I have a problem with ion-toggle (ionChange) Browser stops when i try to navigate to the page where it contains<ion-toggle> with (ionChange) If i remove (ionChange), the app...
View Article