Giter Site home page Giter Site logo

Comments (15)

spencerwooo avatar spencerwooo commented on July 22, 2024

cc @beetcb

from onedrive-cf-index.

beetcb avatar beetcb commented on July 22, 2024

My bad, change one specifier would fix :

this line ->

if (paginationLink && paginationLink !== 'undefined') url += `&$skiptoken=${paginationLink}`

from onedrive-cf-index.

spencerwooo avatar spencerwooo commented on July 22, 2024

Nope, safari still not working.

from onedrive-cf-index.

beetcb avatar beetcb commented on July 22, 2024

i tested this page, the 'next' link works fine on those devices. it's weird

  • my macOS Mojave safari
  • mac safari on browserstack.com devices
  • iphone safari on browserstack.com devices

from onedrive-cf-index.

beetcb avatar beetcb commented on July 22, 2024

@Micraow @spencerwooo safari 还是无法点击吗?帮我看看,我研究一下

from onedrive-cf-index.

spencerwooo avatar spencerwooo commented on July 22, 2024

@beetcb 我在 iPhone 上点不了…iOS 14.3, iPhone 12

from onedrive-cf-index.

beetcb avatar beetcb commented on July 22, 2024

我试试把事件触发处理移到 js 中去,可能是这 onClick 的问题

<a class="next" href="pagination?page=2" onclick="handlePagination(1)">NEXT <i class="fas fa-angle-right" style="font-size: 8px;"></i></a>

from onedrive-cf-index.

beetcb avatar beetcb commented on July 22, 2024

再试试能点🐔吗 http://drive.tcxz.cc/pagination%20test/ 😇

from onedrive-cf-index.

spencerwooo avatar spencerwooo commented on July 22, 2024

再试试能点🐔吗 http://drive.tcxz.cc/pagination%20test/ 😇

并不能🌚

from onedrive-cf-index.

beetcb avatar beetcb commented on July 22, 2024

OOpRj.gif
改了 css , 上面链接再试试把, 麻烦了 😏 @spencerwooo

from onedrive-cf-index.

spencerwooo avatar spencerwooo commented on July 22, 2024

OOpRj.gif
改了 css , 上面链接再试试把, 麻烦了 @spencerwooo

@beetcb 还是不好使…

from onedrive-cf-index.

beetcb avatar beetcb commented on July 22, 2024

我现在确定是 flex 布局的问题, 换成 grid 应该是行了 http://drive.tcxz.cc/pagination%20test/ @spencerwooo

from onedrive-cf-index.

spencerwooo avatar spencerwooo commented on July 22, 2024

我现在确定是 flex 布局的问题, 换成 grid 应该是行了 http://drive.tcxz.cc/pagination%20test/ @spencerwooo

哈,确实好使了,玄学 CSS

from onedrive-cf-index.

hezhijie0327 avatar hezhijie0327 commented on July 22, 2024

3e26413
感觉还是有点问题包括 Demo 页面 也无法实现下一页,且CSS貌似也出现了偏移问题。
截图 2021-01-10 20 56 29

from onedrive-cf-index.

beetcb avatar beetcb commented on July 22, 2024

提 PR 时候漏掉了一行, 这一行 应该是

还有 css 应该改为:

.paginate-container {
    margin-top: 1.5rem;
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(3, auto);
}

抱歉我嫌麻烦没有拿 PR 测试, 😥 @spencerwooo

from onedrive-cf-index.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.