Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

-webkit-tap-highlight-color in Windows Phone?

Tags:

html

css

mobile

Is there an equivalent to -webkit-tap-highlight-color for Windows Phone 7 (Mango)? I'm writing a mobile site, and I'd like it to display the same way across all browsers, if possible.

I've tried tap-highlight-color and -ms-tap-highlight-color, neither worked.

like image 492
JacobTheDev Avatar asked Sep 22 '11 00:09

JacobTheDev


People also ask

Is Windows Phone still available?

With the diminishing interest and application development for the platform, Microsoft discontinued active development of Windows 10 Mobile in 2017, and the platform was declared end of life on January 14, 2020.

What is the use of Windows Phone?

A window is a separate viewing area on a computer display screen in a system that allows multiple viewing areas as part of a graphical user interface ( GUI ). Windows are managed by a windows manager as part of a windowing system . A window can usually be resized by the user.

What was the last Windows Phone?

In addition to abandoning the platform, Microsoft has released no new Windows phone hardware since early 2016 with the Lumia 650. The last true Windows Phone flagship released was the Alcatel Idol 4 Pro, which features a Snapdragon 820 processor and 4GB RAM.


1 Answers

I know this is late to answer, but I have an update. The answer is still no, unfortunately. However, IE10 on WP8 allows:

<meta name="msapplication-tap-highlight" content="no"/>

You can only disable the tap color, and it seems that you cannot customize the color.

like image 150
girlie_mac Avatar answered Sep 23 '22 10:09

girlie_mac