chips-edittext-library icon indicating copy to clipboard operation
chips-edittext-library copied to clipboard

Problem in jelly bean

Open coyarzun89 opened this issue 11 years ago • 3 comments

Hi, When I press the backspace in the keyboard, in Ginger and ICS works fine, but in Jelly I have to delete character by character all the word, what should I do to fix that? Thanks!

coyarzun89 avatar Jul 10 '13 05:07 coyarzun89

I will fix this problem soon, and update

kpbird avatar Jul 18 '13 17:07 kpbird

thank you! I reeeally need to fix that for my project!

coyarzun89 avatar Jul 18 '13 17:07 coyarzun89

This issue only occurs on Android 4.1+ (Jelly Bean) if targetSdkVersion in the manifest is set to API level 16 or higher. A quick fix is to set the targetSdkVersion to for example 15 and it will work on all devices and Android versions.

johanols avatar Sep 27 '13 06:09 johanols