【发布时间】:2012-01-18 16:37:13
【问题描述】:
我正在使用 PhoneGap 在 Android 操作系统上开发一个 Web 应用程序。 为了快速响应用户界面按钮,我使用以下解决方案: http://code.google.com/intl/ro-RO/mobile/articles/fast_buttons.html 问题是,当我使用此解决方案时,滚动速度变慢,因为事件处理程序附加到以下事件:ontouchstart、ontouchend、ontouchmove。 如何通过按钮快速响应并保持快速滚动?
【问题讨论】:
标签: android mobile click scroll delay