Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

List cards is cut off at bottom on ios #106

Open
jgw96 opened this issue Jan 13, 2017 · 0 comments
Open

List cards is cut off at bottom on ios #106

jgw96 opened this issue Jan 13, 2017 · 0 comments
Labels

Comments

@jgw96
Copy link
Contributor

jgw96 commented Jan 13, 2017

From @lolaswift on August 19, 2016 20:39

Short description of the problem:

List cards is cut off at bottom on ios- a few px. And when try to pull to refresh, if pull just a bit, word "loading" shows already but it's not really loading.
Everything is working perfectly on android devices.

    <div class="list card" ng-repeat="item in items>
      <div class="item item-avatar">
        <img ng-src="main/assets/images/placeholder.png" actual-src="{{::item.logo}}">
        <h2>{{::item.name}}</h2>
      </div>
      <div class="item item-body">
        <a href="#/app/item/{{item.id}}">
          <img class="animated fadeIn full-image" ng-src="main/assets/images/placeholder.png" actual-src="{{ item.thumbUrl }}">
          <h2>{{::item.title}}</h2>
          <p>{{::item.summary}}</p>
          <p>
            <a href="#" class="subdued">1 Like</a>
            <a href="#" class="subdued">5 Comments</a>
          </p>
      </div>
      </a>
    </div>

Which Ionic Version? 1.x

BTW, I found an old issue report here ionic-team/ionic-framework#1708. Which is the same symptom I have.

Copied from original issue: ionic-team/ionic-framework#7787

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant