Open GoogleCodeExporter opened 9 years ago
I'll look into it. Don't know if it can be fixed, have to see what kind of
events the trackball fires.
Original comment by mat...@gmail.com
on 22 Jun 2010 at 12:58
Not sure if same exact issue, but to catch the trackball events I added this to
main class (the one that extends DroidGap) which nullifies the trackball for me
(Nexus One Froyo Android 2.2)
@Override public boolean onTrackballEvent(MotionEvent event) {
return true;
}
Original comment by maxmedia...@gmail.com
on 2 Sep 2010 at 1:29
Original issue reported on code.google.com by
microa...@gmail.com
on 22 Jun 2010 at 11:59Attachments: