I want to develop a Hybrid app. On a webpage, I have buttons displayed in the following format:
<a href="#">
<div style = "height: 50px; width: 50px; background-color: #00ff00; margin: 32px"></div>
</a>
Whenever I tap and hold one of these buttons, a grey overlay appears on top of it. How can I prevent this from happening?
Device used for testing: iPhone X, both real device and simulator