01-18-2020, 04:59 PM
Try adding the following CSS rules in moode.css immediately after the first body rule:
button, textarea, input, select, a {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
:focus {
outline: none !important;
}
This stopped the blue rectangle appearing for me in Chrome for Android.
button, textarea, input, select, a {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
:focus {
outline: none !important;
}
This stopped the blue rectangle appearing for me in Chrome for Android.
Pi-4B[1GB] with Allo DigiOne SPDIF
'This is the time. And this is the record of the time.'
'This is the time. And this is the record of the time.'