openfoodfacts / smooth-app

🤳🥫 The new Open Food Facts mobile application for Android and iOS, crafted with Flutter and Dart
https://world.openfoodfacts.org/open-food-facts-mobile-app?utm_source=off&utf_medium=web&utm_campaign=github-repo
Apache License 2.0
820 stars 278 forks source link

The keyboard keeps opening when navigating from search results to individual products #800

Closed teolemon closed 2 years ago

teolemon commented 2 years ago

What

Video

https://user-images.githubusercontent.com/1689815/147674950-0e602631-42e6-48d6-8ea1-5efe6822a6fd.mp4

M123-dev commented 2 years ago

Taking a look at this

jasmeet0817 commented 2 years ago

In one of my other flutter mini-projects, I solved a similar problem by calling

SystemChannels.textInput.invokeMethod('TextInput.hide');

whenever the keyboard should be hidden

On Fri, 31 Dec 2021 at 10:45, Marvin M @.***> wrote:

Taking a look at this

— Reply to this email directly, view it on GitHub https://github.com/openfoodfacts/smooth-app/issues/800#issuecomment-1003325815, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABZRHYRZMAOILNG2POA27EDUTV3S7ANCNFSM5K6DA5EQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

--

Cheers, Jasmeet Singh

M123-dev commented 2 years ago

Fixed by #845