工作灯:Blackberry Z10,Q10设备中的触摸灵敏度问题 [英] Worklight: Touch sensitivity issue in Blackberry Z10, Q10 devices

查看:96
本文介绍了工作灯:Blackberry Z10,Q10设备中的触摸灵敏度问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经使用IBM Worklight为BB10开发了Hybrid应用程序.我正在使用JQueryMobile.我有一个页面的页脚包含一个链接,例如主页",关于"和联系我们".

I have developed a Hybrid application for BB10 using IBM Worklight. I am using JQueryMobile. I have a page which has a footer containing links such as Home, About and Contact Us.

问题在于,链接需要多次点击才能悬停.有时,这些链接只需单击即可使用.

The issue is that, the links require multiple taps to hover. Sometimes, the links works in a single tap.

示例代码

<div id="testFooter" data-position="fixed" data-tap-toggle="false">
    <div class="ui-grid">
      <a class="ui-block-a" href="#Home" style="padding:10px;display:block">Home</a>
      <a class="ui-block-b" href="#About" style="padding:10px;display:block">About</a>
      <a class="ui-block-c" href="#Contactus" style="padding:10px;display:block">Contact Us</a>
    </div>
</div>

我尝试如下增加锚点的触摸区域.但是,这不能解决问题.

I have tried to increase the touch area for the anchor as follows. But, this does not solve the problem.

<a style="padding:10px;display:block">About</a>

推荐答案

自从我记得在BlackBerry上工作以来,一直存在这种延迟.也就是说,您必须先触摸"屏幕,然后才能识别出更多的点击.

Since the time I remember working on BlackBerry, there has always been this delay. Meaning, you must first 'touch' the screen, and only then further taps are recognized.

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆