qooxdoo / qooxdoo

qooxdoo - Universal JavaScript Framework
http://qooxdoo.org
Other
766 stars 261 forks source link

Improve responsiveness of checkboxes and radio buttons (BZ#6993) #7037

Closed qx-bug-importer closed 8 years ago

qx-bug-importer commented 11 years ago

Daniel Wagner (@danielwagner) wrote:

The mobile framework's checkboxes and radiobuttons can be hard to use since the user must tap in the exact center of the widget to change it's state.

assigned to Christopher Zuendorf (@czuendorf)

qx-bug-importer commented 11 years ago

Christopher Zuendorf (@czuendorf) wrote:

I think, it is not about the responsiveness, instead of the size of the checkbox/radiobutton.

qx-bug-importer commented 11 years ago

Christopher Zuendorf (@czuendorf) wrote:

Checkbox responsivenes was improved with: Master af5abf92837255b6b60d30832a63d2a07cd7ae42

qx-bug-importer commented 11 years ago

Christopher Zuendorf (@czuendorf) wrote:

This effect only appears on iOS devices because of the click delay iOS does have.

qx-bug-importer commented 11 years ago

Benoît Collignon (b.collignon) wrote:

This project helps achieving that : https://github.com/ftlabs/fastclick

I think it's worth a look ;)

Best,

Benoît.

qx-bug-importer commented 11 years ago

Christopher Zuendorf (@czuendorf) wrote:

Fix:

f7419375f8c8fc98d77b75d8bbe78280ef9b567c

qx-bug-importer commented 10 years ago

Martin Wittemann (@wittemann) wrote:

Closed all bugs already shipped with a release.