GestureViews
GestureViews copied to clipboard
EditText not editable in GestureFrameLayout
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!
Any help on this ?
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.