Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Links not immediately visible on mobile #6

Open
trumad opened this issue Apr 13, 2021 · 3 comments
Open

Links not immediately visible on mobile #6

trumad opened this issue Apr 13, 2021 · 3 comments

Comments

@trumad
Copy link

trumad commented Apr 13, 2021

Love this site. Thank you for making it!

I'm using firefox for android, so maybe this is just my problem, but when visiting the site on mobile it's not easy to tell what is a link and what is just text.

I really love how it works on desktop, where you hover the mouse over a paragraph and it shows the links. But on mobile you have to long touch the paragraph, and then the links show up.

Maybe something like this could help? https://css-tricks.com/styling-based-on-scroll-position/ Or just make links always visible when the viewport is smaller than a certain size?

@tom-james-watson
Copy link
Owner

Hello! Nice to see people using the site 🙂.

Yeah I agree this isn't ideal. I use Firefox on Android and a simple tap on the div of the entry will show the links - you shouldn't need to long press. I usually just tap the white space around the text. But yeah, that is not ideal or particularly discoverable.

I didn't like the idea of just always showing the links because I feel like it makes it less readable. I'm not sure the links appearing based on scroll position makes sense, because that seems like it would just be the same as always having them visible on mobile.

Maybe I can try playing around with the link styling to make them more readable if always turned on.

@trumad
Copy link
Author

trumad commented Apr 13, 2021

I know what you mean. I find that links take me out of the experience of reading. In which case, I'd actually rather it be like this than have the links always be visible. You've won me over lol

How about a settings cog at the top, in which users can set links to always on. And dark mode ;) But honestly, I'm not known for particularly good UX in my own projects, so what you've done here is much better than anything I could suggest. Hopefully I've given you some food for thought at least. Detoxed is already great, and there's very little you'd need to do to make it better. Thanks again for making it!

@tom-james-watson
Copy link
Owner

Haha ok. I have been trying to keep the site as simple and as lightweight as possible and would like to avoid adding any javascript if possible. If I were to add dark mode it would be automated in css based on your device's current preference. I have been planning on doing that at some point, so keep an eye out for that!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants