Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List cards is cut off at bottom on ios #7787

Closed
lolaswift opened this issue Aug 19, 2016 · 2 comments
Closed

List cards is cut off at bottom on ios #7787

lolaswift opened this issue Aug 19, 2016 · 2 comments

Comments

@lolaswift
Copy link

lolaswift commented Aug 19, 2016

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 #1708. Which is the same symptom I have.

@jgw96
Copy link
Contributor

jgw96 commented Jan 13, 2017

This issue was moved to ionic-team/ionic-v1#106

@ionitron-bot
Copy link

ionitron-bot bot commented Sep 4, 2018

Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Sep 4, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants