You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is about VisibilityDetector.
This widget fires 'onVisibilitychanged' event when any widget is on over its navigator route.
every time virtual keyboard appears and disappears , VisibilityDetector under any widget's route will detect its visibiltychange and fires .
Steps to reproduce
prepare a widget which has VisibilityDetector include any child widets.
navigate to another widget which has html contents include text input form.
tap text input form inside widget and show virtual keyboard
Problem description
This is about VisibilityDetector.
This widget fires 'onVisibilitychanged' event when any widget is on over its navigator route.
every time virtual keyboard appears and disappears , VisibilityDetector under any widget's route will detect its visibiltychange and fires .
Steps to reproduce
Expected behavior
do not fire onVisibiliyChanged event
Actual behavior
fires onVisibilityChanged event
Environment
Flutter 3.16.2
both android , ios
thank you.
The text was updated successfully, but these errors were encountered: