1

I want to set an listener for EditField so that whenever user clicks on the EditField (Not a touch screen) it redirects to a page and i perform some operations on it. Thank you

CRUSADER
  • 5,486
  • 3
  • 28
  • 64
Pramod
  • 1,411
  • 11
  • 35
  • 66

1 Answers1

2

Actually, we cant set trackball listener for editfield. If you want it i think there is a method. Use navigationClick() method along with trackwheel events. But there are no trackball events.

user636207
  • 286
  • 2
  • 6
  • 14