CanayBozkus / Repet_App

2 stars 0 forks source link

Keyboard Closing Difficulty #17

Open CanayBozkus opened 3 years ago

CanayBozkus commented 3 years ago

To have better UX, we must let user close keyboard when they tap screen. However, for some parts of screens that have input widget, it is difficult to close keyboard because unfocus method does not triggered when tapping some part of screen. The reason is that the gesture detector that triggers unfocus method is child element of scaffold and safe area widgets. We need to make this gesture detector widget parent element of scaffold so every part of screen triggers unfocus method.

CanayBozkus commented 3 years ago

@UtkuUyar buna hiç bakabildin mi?

UtkuUyar commented 3 years ago

@CanayBozkus Uzun süredir pek bir şeye bakamadım açıkçası :/ Biraz araştırma yapıp gesture detector kullanmadan yapmayı denemeyi düşünüyorum. Olmazsa yazdığın gibi yaparım. #18 ile beraber bu issue ya da bugün bakacağım.