Opened 9 years ago
Closed 8 years ago
#14910 closed defect (fixed)
BlackBerry's center button does not function
Reported by: | ykami | Owned by: | ykami |
---|---|---|---|
Priority: | undecided | Milestone: | 1.9 |
Component: | DojoX Mobile | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
BlackBerry Torch has a black square physical button at the center bottom of the device, with which the user can 'click' on something. However, many of the dojox.mobile widgets listen to 'touch' events when available. BlackBerry has touch events, and it works fine with touch operations, but doesn't react to click events produced by the center button.
Change History (2)
comment:1 Changed 9 years ago by
comment:2 Changed 8 years ago by
Milestone: | tbd → 1.9 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
This should now be fixed as a consequence of fixing #13048. Touch events are now listened to exclusively using dojo/touch in all the dojox/mobile code, and dojo/touch listens to both mouse and touch events. So, the BB button, which sends mouse events, should now work.
As a confirmation, testing shows that, for example, TabBarButtons and ToolBarButtons work fine now with the physical BlackBerry button.
See [also] #13048.