1. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

[Flutter] How can I prevent iPadOS keyboard shortcuts from forcing my Widget to setState?

Discussão em 'Mobile' iniciado por Stack, Outubro 17, 2024 às 11:42.

  1. Stack

    Stack Membro Participativo

    My App has some screens which have lots of different Widgets, TextFields, Dropdowns, etc.

    I'm experiencing an "issue", where when the user's device is an iPad, the Keyboard has a functionality called Shortcuts, when this option is enabled, the interface displays a small bar on the bottom end of the screen. Whenever the user has focused a TextField and afterwards proceeds to choose an item from one of the Dropdowns (which are Future loaded by the way), every Dropdown on the screen is refreshed, making it impossible for the user to select an item.

    I have no idea how to tackle this issue other than asking the user to disable this feature.

    Is there a way to prevent this from happening?

    Continue reading...

Compartilhe esta Página