Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 70435

Strange ellipses show up in mobile view

$
0
0

@SamKish wrote:

Hi there,

I’m using ion-card to display a number of app users. When I select the mobile view I see these strange ellipses scattered around.

Here’s my code:

<ion-header>
  <ion-navbar color="hcolor"> </ion-navbar>
</ion-header>

<ion-content>
  <ion-searchbar
    [(ngModel)]="searchstring"
    (input)="searchuser($event)"
    placeholder="Search"
  ></ion-searchbar>
  <ion-row center>
    <ion-col text-center col-4 *ngFor="let key of filteredusers">
      <ion-card>
        <ion-card-header>
          <ion-avatar item-left>
            <img src="{{key.photoURL}}" />
          </ion-avatar>
          <ion-card-title class="font">
            {{key.displayName}}
          </ion-card-title>
          <button class="btncolor" icon-only (click)="sendreq(key)">
            <ion-icon name="md-add-circle"></ion-icon>
          </button>
        </ion-card-header>
      </ion-card>
    </ion-col>
  </ion-row>
</ion-content>

Thanks for your help! :slight_smile:

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 70435

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>