Skip to main content
35
results
Andrew Fletcher
If you have upgraded Ionic to 5 or 6 you will have experienced that the padding attribute is not working anymore. <ion-content padding *ngIf="loaded" color="medium">Use of attributes was deprecated in Ionic v4.  If you would have noticed in developers console, Ionic 4 was presenting warnings of using these attributes.  So post Ionic 4, these attributes were transitioned to CSS classes. Now use these 'classes' as follows <ion-content class="ion-padding" *ngIf="loaded"...
Andrew Fletcher
How do you get the version of ionic framework? ionic versionor ionic -vThe...
Andrew Fletcher
I recently received an ionic app that hasn't been updated for quite some time....
Andrew Fletcher
If you edit a Drupal contrib module, the next time the module is updated those...
Andrew Fletcher
Changing git push from passphrase?  There are several ways to tackle this...