我在使用触控板滚动时遇到问题。下面是我在 WebWorks 焦点导航上尝试使用 pdf 的示例。
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="initial-scale=1.0,width=device-width,user-
scalable=no,target-densitydpi=device-dpi" />
<style>
.list
{
width: 100%;
display: block;
text-decoration: none;
}
.list:hover
{
background-color:red;
color: white;
}
</style>
</head>
<body>
<a class="list" x-blackberry-focusable="true" href="http://www.rim.com">Link to RIM</a>
<a class="list" x-blackberry-focusable="true" href="http://www.blackberry.com">Link to
BlackBerry</a>
当我尝试使用触控板滚动时,没有任何反应。该链接应该以红色突出显示,但没有任何反应。我有我的 config.xml 并且在其中。
任何帮助/建议将不胜感激。
谢谢你。