question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Identified UX/UI problems for use on mobile device

See original GitHub issue

Issue

Server Setup Information:

  • Did you test in newest Wekan?: yes
  • Wekan version: 1.11
  • If this is about old version of Wekan, what upgrade problem you have?:
  • Operating System:
  • Deployment Method(snap/docker/sandstorm/mongodb bundle/source): docker
  • Http frontend if any (Caddy, Nginx, Apache, see config examples from Wekan GitHub wiki first):
  • Node Version: v8.11.1
  • MongoDB Version: 3.2.20
  • ROOT_URL environment variable http(s)😕/(subdomain).example.com(/suburl):

Problem description:

  • REQUIRED: Add recorded animated gif about how it works currently, and screenshot mockups how it should work
  • Explain steps how to reproduce
  • Attach log files in .zip file)
  1. header.styl
margin: -10px

caused horizontal scroll, should be:

margin: -10px 0 -10px -10px
  1. jquery.ui.draggable cased touch/click event blocking/not responding, no resolution other than handling touch event separately.

  2. perfect-scrollbar cased touch/scroll event blocking/not responding, upgrade to latest version v1.4.0 should solve the problem.

I would suggest switch to React as frontend, though.

I have some nasty fixes for my own version of Wekan that barely works, but should not be considered proper fixes.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
xet7commented, Jul 6, 2018

@Haocen

Thanks! All improvements to Wekan are very welcome.

1reaction
Haocencommented, Jul 6, 2018

Hi, I can contribute a little React if needed.

The hotfix commit can be found here: https://github.com/Haocen/wekan/commit/43d86d7d5d3f3b34b0500f6d5d3afe7bd86b0060

Most of them are introduced by outdated package/design.

Read more comments on GitHub >

github_iconTop Results From Across the Web

10 Common UI/UX Mistakes In Mobile App Design - crafted-nyc
Lack of consistency in-app UI elements · No differentiation between primary and secondary actions · Poor mobile-optimization for text & graphics.
Read more >
Top 9 Mobile Usability Issues and How To Solve Them - NeoITO
1. Landscape compatibility ... Every Android and iOS device works in both portrait and landscape mode. Many developers will skip making the app ......
Read more >
8 Common Mistakes in UX Design for Mobile Apps - Lvivity
Poor Logic and Architecture · No Onboarding · Overloaded Interface · Non-Standard Icons and Buttons · Font Issues · Missing Calls to Action...
Read more >
100 example UX problems - UX Collective
Borrow/rent hardware equipment. A train ticket display on a mobile. A chatbot for onboarding the user into a shopping app. A better experience...
Read more >
5 Mobile UI Design Challenges That Still Don't Have Easy ...
“One of the main mobile UI and app design challenges that exists in the year 2016, is the nagging fear of fragmentation in...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found