문제

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.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top