GestureViews icon indicating copy to clipboard operation
GestureViews copied to clipboard

EditText not editable in GestureFrameLayout

Open Equin opened this issue 3 years ago • 2 comments

Hello, i have complex view. its like a book with images and text. build with GestureFrameLayout and ViewPager in it. I am using GestureFrameLayout to have posibility zoom in/out to/from elements. With images it works ok. but when zooming to EditText keyboard not showing and EditText not changing its value when typing. if i remove zooming keyboard shows and EditText works like expected. Can you help me please ? Thanks!

Equin avatar Jun 04 '21 23:06 Equin

Any help on this ?

Equin avatar Jun 08 '21 13:06 Equin

Edit text seems to work fine, at least when I add it to sample app and test on Samsung S10. I may need more details to understand what is going on. Keyboard may cover the edit text though if it's zoomed in / scrolled, maybe there are some other issues with edit text focusing, I never tested this scenario tbh.

alexvasilkov avatar Jan 06 '22 09:01 alexvasilkov