Grid menu not showing items properly
I'm trying to have a menu that show the items in grid menu but it's showing the same items like this: 11111111.png316x555 30.6 KB here is my code:HTML <ion-grid> <ion-row *ngFor="let item of...
View ArticleIonic build
Hi, I was successfully building IOS apps on ionic package, then I submitted twice the build almost simultaneously.Now, when I submit a build, it fails instantly with the error 'Failure while building...
View ArticleHow to improve ionic app click in android device
Did you add a (click) event on something else than a a or button? If so, add following attribute: tappable Like: <div (click)="doStuff()" tappable>
View ArticleGoogle map ionic native not working?
I read in this tutorial https://ampersandacademy.com/tutorials/ionic-framework-version-2/google-map-api-working-example is from 5 hours ago, it says that the code in the last documentation for ionic...
View ArticleNew ionic project by default use android platform
I am new on ionic platfrom, i was starting work on the v--1, but some time ago now i am not able to create blank application. Because when i start by default new application add android platfrom, Now...
View ArticleQuestion about animating
Hey folks, could I also animate the ionic2 tag/attribute [when]? I currently use this in addition with <ion-split-pane [when]="isLarge"></ion-split-pane>... Thanks,Oliver
View ArticleHow to pass custom range values array to ion-range?
Hello, I want to use ion-range component with values like "10,100,1000,10000,..." and "JAN,FEB,MAR,..." Is there any way to pass range values in the array to ion-range?
View ArticleNew ionic project by default use android platform
ionic cordova remove android removes the Android platform.
View ArticleComponent not working
I'm having trouble getting a basic component to work. Have followed a nunber of tuorials with no luck. Started by generating a component with "ionic g component testcomp"Added the import to my...
View ArticleMissing push plugin after ionic package
Ok, after a few days of digging the internet, I came to some kind of solution (I didn't try iOS though). I leave it there if anyone encounters the same issue : Install Cordova CLI v. 6 :npm install -g...
View ArticleNew ionic project by default use android platform
Means i use the $ionic cordova remove but its not working, when i used this i got that The plugin @ionic/cli-plugin-cordova is not installed.
View ArticleApplication not working correctly on IOS platform
Hi,The previous issue about redirection is solved on iOS device, but now new problem for local storage has arise. Well the local storage is working on android device , but I am not able to get local...
View ArticleComponent not working
Did you use a right selector? You can use that module file for fast import(just import module in app.module.ts) or for lazy-loading.
View ArticleGrid menu not showing items properly
i find the solution and it was very simple i just moved *ngFor="let item of items" (click)="itemSelected(item)" from ion-row in ion-col and now it shows like this 11111.png306x549 28.7 KB
View ArticleUnable to create platform iOS using phongap push plugin
I had the same error and i changed plugin just because i couldn't update cordova-ios version. use cordova-plugin-fcm plugin.Here is tutorial djamware.com Ionic 2 FCM Push Notification How to add push...
View ArticleHow can i change the back button in header (arrow to the right)
@AmitMY also not working when switch to ltr (english) the menu open from right to left.
View ArticleComponent not working
Yes I checked the selector a few times, tried changing to include a hyphen incase that was important too.How is the module used for lazy loading then? Here's my relavant code sections:- "testcomp.ts"...
View Article