Identified UX/UI problems for use on mobile device
See original GitHub issueIssue
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)
header.styl
margin: -10px
caused horizontal scroll, should be:
margin: -10px 0 -10px -10px
-
jquery.ui.draggablecased touch/click event blocking/not responding, no resolution other than handling touch event separately. -
perfect-scrollbarcased 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:
- Created 5 years ago
- Comments:9 (9 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@Haocen
Thanks! All improvements to Wekan are very welcome.
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.