When I select text in Chrome 43 on my Android device I get the "Touch to Search" popup. We're currently using text selection for a feature on our site and this new Chrome feature interferes with some of our UI.
In the long run, we'll be working out new UI/UX to work side-by-side with this feature, but in the interim, we want to disable it on our web app.
Is there some sort of meta tag or JavaScript we can add to turn this off? Does anyone know if this is currently possible?
In Chrome for mobile, Google highlights suggestions derived from user activity with a circle-arrow-shaped clock icon. That's found to the left-hand side of the suggestion. To remove the suggestion, users simply need to press and hold on the link they'd like to remove.
This can be manipulated in a number of ways. The user can turn it off in flags as PaulI suggested, and you can control it.
Developer control, right now there are a couple of options but the basic summary is if we think it is an user interactable element then it won't be enabled:
-webkit-user-select: none;
aria-role
will not have the touch to search enbabledtabindex
of -1 or > 0If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With