quemb / QMBForm

Create simple Android forms
MIT License
180 stars 43 forks source link

Fixed TextEdit focus issue #12

Open ReDetection opened 9 years ago

ReDetection commented 9 years ago

There was a problem that textedit receives focus and immediately loses it, but text cursor still blinks in the textedit and keyboard stays on the screen. I found that fix in other fork and luckily it helped — now focus stays in the field. Probably, it's workaround and not fix, but I haven't find any proper way. This SO thread tells more about android's peculiarity.