Design comparison
Solution retrospective
Here's my solution for the Advice Generator app.
I noticed an issue while testing the app on mobile. My button stays active (with glow) unless I click on an empty space. What could be causing this and how do I solve the issue? I'm only seeing this on my mobile phone.
Thank you for your input.
Community feedback
- @XeotheosisPosted about 1 year ago
Hi there,
The reason that happens is because there's no hover state on mobile devices. You can change it instead to .advice button:active and the button will glow only when you click on it.
0@DorcasKomanePosted 12 months ago@Xeotheosis
Hi Andrei,
Sorry for late response. Haven't been active on here for a while. Thank you for taking the time to respond. I'll try out your suggestion and let you know how it goes.
Hope all is good on your side.
Regards, Dorcas
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord