[GH-ISSUE #383] Kanban View on Mobile Has Several Issues #6128

Closed
opened 2026-04-20 16:43:15 -05:00 by GiteaMirror · 5 comments
Owner

Originally created by @dascwf on GitHub (Dec 25, 2024).
Original GitHub issue: https://github.com/go-vikunja/vikunja/issues/383

Description

  1. Cannot delete entries. Users need to switch to the list view to delete. (The deletion confirmation dialog does not appear after clicking delete.)

  2. After adding a tag and pressing Enter on the input method, a new tag is not created. Instead, you need to tap the tag that appears below the edit box. However, at this point, the item in the list will show two system tags. This issue is resolved after refreshing the page.

  3. Cannot move entries between BUCKETs by clicking. (When a BUCKET is very long, it is inconvenient to operate on mobile.) --- Such a function menu is missing.

  4. In mobile browsers Chrome/Edge, tapping "Add to Home screen" and then "Install" does nothing.

  5. The Kanban view allows horizontal scrolling by default, but you need to scroll vertically with the mouse first to show the horizontal scrollbar, then you can drag it left and right.

This is a great piece of software. Keep up the great work improving it!

Vikunja Version

0.24.5

Browser and version

HONOR V2 > 1:1 aspect ratio, 2000x200, Android 14 (foldable phone in unfolded state)

Can you reproduce the bug on the Vikunja demo site?

Yes

Screenshots

No response

Originally created by @dascwf on GitHub (Dec 25, 2024). Original GitHub issue: https://github.com/go-vikunja/vikunja/issues/383 ### Description 1. Cannot delete entries. Users need to switch to the list view to delete. (The deletion confirmation dialog does not appear after clicking delete.) 2. After adding a tag and pressing Enter on the input method, a new tag is not created. Instead, you need to tap the tag that appears below the edit box. However, at this point, the item in the list will show two system tags. This issue is resolved after refreshing the page. 3. Cannot move entries between BUCKETs by clicking. (When a BUCKET is very long, it is inconvenient to operate on mobile.) --- Such a function menu is missing. 4. In mobile browsers Chrome/Edge, tapping "Add to Home screen" and then "Install" does nothing. 5. The Kanban view allows horizontal scrolling by default, but you need to scroll vertically with the mouse first to show the horizontal scrollbar, then you can drag it left and right. This is a great piece of software. Keep up the great work improving it! ### Vikunja Version 0.24.5 ### Browser and version HONOR V2 > 1:1 aspect ratio, 2000x200, Android 14 (foldable phone in unfolded state) ### Can you reproduce the bug on the Vikunja demo site? Yes ### Screenshots _No response_
GiteaMirror added the area/frontendneeds reproduction labels 2026-04-20 16:43:15 -05:00
Author
Owner

@kolaente commented on GitHub (Dec 28, 2024):

Thanks for the report. I'll need to check these out in detail, but they appear valid.

Cannot move entries between BUCKETs by clicking. (When a BUCKET is very long, it is inconvenient to operate on mobile.) --- Such a function menu is missing.

I'm able to drag and drop tasks by pressing long on the task and then dragging it. Does that work for you?

In mobile browsers Chrome/Edge, tapping "Add to Home screen" and then "Install" does nothing.

Where are you tapping this? In the browser or in Vikunja?

HONOR V2 > 1:1 aspect ratio, 2000x200, Android 14 (foldable phone in unfolded state)

Which browser and version is that?

<!-- gh-comment-id:2564292746 --> @kolaente commented on GitHub (Dec 28, 2024): Thanks for the report. I'll need to check these out in detail, but they appear valid. > Cannot move entries between BUCKETs by clicking. (When a BUCKET is very long, it is inconvenient to operate on mobile.) --- Such a function menu is missing. I'm able to drag and drop tasks by pressing long on the task and then dragging it. Does that work for you? > In mobile browsers Chrome/Edge, tapping "Add to Home screen" and then "Install" does nothing. Where are you tapping this? In the browser or in Vikunja? > HONOR V2 > 1:1 aspect ratio, 2000x200, Android 14 (foldable phone in unfolded state) Which browser and version is that?
Author
Owner

@dascwf commented on GitHub (Dec 31, 2024):

The video demonstrates the following issues in sequence:

  1. Browser version information
  2. Inability to delete an item in the kanban view
  3. Duplicate display of an item after adding a tag
  4. Successful deletion of an item in the list view

Also, in the Kanban view, if there are a large number of items to clear, the initial page load becomes very slow.

https://github.com/user-attachments/assets/cfbd0302-06ca-4d80-ae19-6ac53d32182f

<!-- gh-comment-id:2566164982 --> @dascwf commented on GitHub (Dec 31, 2024): The video demonstrates the following issues in sequence: 1. Browser version information 2. Inability to delete an item in the kanban view 3. Duplicate display of an item after adding a tag 4. Successful deletion of an item in the list view **Also, in the Kanban view, if there are a large number of items to clear, the initial page load becomes very slow.** https://github.com/user-attachments/assets/cfbd0302-06ca-4d80-ae19-6ac53d32182f
Author
Owner

@kolaente commented on GitHub (Dec 31, 2024):

Thanks for the video!

Does that happen in 1:2 orientation (or 21:9 or 16:9, the "normal" phone resolution) as well?

<!-- gh-comment-id:2566196758 --> @kolaente commented on GitHub (Dec 31, 2024): Thanks for the video! Does that happen in 1:2 orientation (or 21:9 or 16:9, the "normal" phone resolution) as well?
Author
Owner

@kolaente commented on GitHub (Jan 21, 2025):

Cannot delete entries. Users need to switch to the list view to delete. (The deletion confirmation dialog does not appear after clicking delete.)

This is now fixed in d3456b04d0.

After adding a tag and pressing Enter on the input method, a new tag is not created. Instead, you need to tap the tag that appears below the edit box. However, at this point, the item in the list will show two system tags. This issue is resolved after refreshing the page.

I'm unable to reproduce this. Can you still reproduce this on the demo?

The Kanban view allows horizontal scrolling by default, but you need to scroll vertically with the mouse first to show the horizontal scrollbar, then you can drag it left and right.

Can you explain what you mean here? I'm able to scroll horizontally without issues.

<!-- gh-comment-id:2605209623 --> @kolaente commented on GitHub (Jan 21, 2025): > Cannot delete entries. Users need to switch to the list view to delete. (The deletion confirmation dialog does not appear after clicking delete.) This is now fixed in d3456b04d06411991771675275338c1b09ef6b8a. > After adding a tag and pressing Enter on the input method, a new tag is not created. Instead, you need to tap the tag that appears below the edit box. However, at this point, the item in the list will show two system tags. This issue is resolved after refreshing the page. I'm unable to reproduce this. Can you still reproduce this [on the demo](https://try.vikunja.io)? > The Kanban view allows horizontal scrolling by default, but you need to scroll vertically with the mouse first to show the horizontal scrollbar, then you can drag it left and right. Can you explain what you mean here? I'm able to scroll horizontally without issues.
Author
Owner

@kolaente commented on GitHub (Jun 24, 2025):

Closing as partly resolved and partly inactive, please ping or open a new issue with relevant information if you still have this problem.

<!-- gh-comment-id:3001824811 --> @kolaente commented on GitHub (Jun 24, 2025): Closing as partly resolved and partly inactive, please ping or open a new issue with relevant information if you still have this problem.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#6128