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

Buttons show inappropriate blue background when tapped on touchscreen #78

Open
kisaragi-hiu opened this issue Apr 19, 2024 · 2 comments

Comments

@kisaragi-hiu
Copy link

kisaragi-hiu commented Apr 19, 2024

This applies to all Chromium and WebKit-based browsers, including Capacitor on Android and presumably iOS.

On touch devices, these browsers show a tap indicator, but it is redundant for links and buttons inside an app that already have appropriate tap feedback. It can only be turned off via the nonstandard -webkit-tap-highlight-color property.

Tapping in Firefox Android: no superfluous tap effect around button (I forgot to enable tap visualization when recording)

tap-in-firefox-android.mp4

Tapping in the Android app (Capacitor): superflous tap indicator shows up around the button for a split second

tap-in-android-app.mp4
@spuithori
Copy link
Owner

Thanks for the feedback!
This is a matter that we are wondering if I should reflect.
TOKIMEKI does not implement visual feedback like native apps or rich frameworks, so accessibility may be lost if it is completely disabled.
Partially disabling it might be a good idea.

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