I am using Unicode arrows in an Android app that uses webview to display HTML5 pages.
This is the sample markup for the arrows:
<a href="#s003" class="HLink Nav">◀</a>
<a href="#s005" class="HLink Nav NavR">▶</a>
However, the arrows are displayed inside a button as shown in the screenshot. The HLink
and Nav
classes only modify the colour and positioning. No border or background is used.
When I open the same HTML in a browser, the arrows display fine.
How can I avoid this behavior of the Android web view?