Yes, the CSS has :hover classes, for example:
.PlayPauseButton:hover {
color: #FF0;
text-decoration: none;
cursor: pointer;
}
When i run this HTML/CSS in Safari, or in a normal WKWebView in a test app, it all works normally.
Topic:
Safari & Web
SubTopic:
General
Tags: