You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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
The text was updated successfully, but these errors were encountered: