문제

I'm working in a phonegap android app, but for some reason, after write some lines, the keyboard doesnt wrirte more. In my log cat I can see:

05-14 13:04:04.680: E/RichInputConnection(1902): Batch edit level incorrect : 0
05-14 13:04:04.690: E/RichInputConnection(1902): com.android.inputmethod.latin.RichInputConnection.checkBatchEdit(RichInputConnection.java:80)
05-14 13:04:04.690: E/RichInputConnection(1902): com.android.inputmethod.latin.RichInputConnection.finishComposingText(RichInputConnection.java:85)
05-14 13:04:04.690: E/RichInputConnection(1902): com.android.inputmethod.latin.LatinIME.resetEntireInputState(LatinIME.java:1049)
05-14 13:04:04.690: E/RichInputConnection(1902): com.android.inputmethod.latin.LatinIME.onUpdateSelection(LatinIME.java:842)

I'm not sure how I can solve it. Some one has an idea?

도움이 되었습니까?

해결책

The solution for this problem, was disable the gestures in the keyboard (and in some other devices the suggestions). The android device is low gamma and the problem is releated with the memory device and not with phonegap

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