Recently dove into the world of implementing mobile responsive design
for a website I've been working on. While conducting some testing, I observed that the main tabs
which direct users to different sections of the site, normally easy to click on desktop, do not respond well when tapped on a phone or in browser developer tools simulating a tap. It takes repeated tapping for them to eventually register, making the experience less than user-friendly.
To see this issue firsthand, visit www.runnercalculator.com, switch between tabs in normal desktop view, and then try to tap them in mobile mode.
What exactly sets apart a tap from a click that I might be overlooking?
Any suggestions on how to ensure a link functions as a single tap on mobile devices?