• Resolved spopiel

    (@spopiel)


    Quick question:

    I have quite some tasks I created. I am fine to view them on the desktop pc and on the ipad. But the iphone shows only about 3 tasks, sometimes even less, if there are additional fields. Even with the compact view. Scrolling down is not possible. Do you have any idea to solve this.
    I guess it might be a css mobile issue.

    Thank you

    Swen

    https://www.ads-software.com/plugins/kanban/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter spopiel

    (@spopiel)

    I got the place in board.css where there should be made some amendmends:
    (the whole thing follows the logic as described on: https://css-tricks.com/snippets/css/momentum-scrolling-on-ios-overflow-elements/

    .tab-content {
      height: 100%; 
    
    overflow-y:scroll;
    overflow-x:hidden;
    -webkit-overflow-scrolling:touch;
    }
    
    .board {
      height: 100%;
      margin: 0 22.5px;
      overflow-x:hidden;
      overflow-y:scroll;
      -webkit-overflow-scrolling:touch;
      position: relative; }
    
    .row-tasks-wrapper {
      height: 100%;
      overflow-x: hidden;
      overflow-y: scroll;
    -webkit-overflow-scrolling:touch;
      position: relative;
      width: 100%;
      z-index: 0; }
    Thread Starter spopiel

    (@spopiel)

    I would appreciate if that (or similar solutions) will be taken over in the future release.

    Sorry for the trouble! And thanks for looking into it!

    You were right. It is a css issue. We’ll update the plugin with a fix tomorrow.

    Thanks!

    Corey

    Thread Starter spopiel

    (@spopiel)

    Hi Corey,
    Thank you. For me not a problem. Sometimes, it is a pleasure to a little bit enhance things we got from others, especially with opensource, and this is a great tool, especially with the hint of the CRM usage in your blog. In fact I was just thinking about this idea, when you confirmed me that others are working in this way.

    Just one more thing a came across, which I did not look at the code yet:

    If I want to move a task on the Iphone the selection gets blocked.

    That’s it. Have a good day.
    Swen

    Hey, there!

    The css has been applied. It’s working well on my iPhone ?? Please let me know if you’re still seeing it?

    Thanks!

    Corey

    Thread Starter spopiel

    (@spopiel)

    Hi Corey,
    Sorry for my late response, I was a bit busy.
    I just checked on it with the latest updates.
    Everything is now perfect. As far as I can see, even deletions are fine now.

    Thank you very much for your quick reaction.

    Swen

    Thread Starter spopiel

    (@spopiel)

    Hi Corey,
    Sorry for my late response, I was a bit busy.
    I just checked on it with the latest updates.
    Everything is now perfect. As far as I can see, even deletions are fine now.

    Thank you very much for your quick reaction.

    Swen

    No worries. Glad to hear it’s working!

    Thanks!

    Corey

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Lots of task in boards on mobile (iphone)’ is closed to new replies.