简体   繁体   中英

White Unicode PLAY button rendered gray on Android 4 & 5

I am trying to understand why the following Unicode arrow head...

 ▶

...renders flat white in Android Webview when the app is run on Android 7 but is rendered beveled gray on Android 4.4 and 5.1. Picture below shows the difference. 区别

This is the code I am using...

<span style="background-color:black;border:none;text-align:center;color:white;
padding: 7px 20px 9px 25px;text-decoration:none;
border-radius:10px;display:none;">
&#9654;&emsp;Listen&emsp;</span></a>

It appears that using...

&#9658;

...instead of...

&#9654;

...solves the problem.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM