0

I have a class that extends GLSurfaceView. I have handled keyevents for this surface view. All keys work fine on all other devices except Nexus 7 In Nexus 7 backspace keypress on inbuilt keyboard is not giving event. But if third party keyboard is used then the backspace key event comes absolutely fine.

Kevin Panko
  • 8,356
  • 19
  • 50
  • 61
chin87
  • 498
  • 4
  • 18
  • Found a solution Moved back from using android:targetSdkVersion="16" to android:targetSdkVersion="15" – chin87 Sep 14 '12 at 09:05

1 Answers1

1

Found a solution Moved back from using android:targetSdkVersion="16" to android:targetSdkVersion="15"

chin87
  • 498
  • 4
  • 18