-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/engine
#42700Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work lista: fidelityMatching the OEM platforms betterMatching the OEM platforms bettera: text inputEntering text in a text field or keyboard related problemsEntering text in a text field or keyboard related problemscustomer: googleVarious Google teamsVarious Google teamsplatform-androidAndroid applications specificallyAndroid applications specifically
Description
This issue appears on android api 30 and above. (pre api 30 takes a different path and uses a heuristic to set window metrics).
When setting that the app wants full screen behavior by using WindowInsetsController.BEHAVIOR_SHOW_TRANSIENT_BARS_BY_SWIPE
The app will go fullscreen but then when keyboard is opened and closed the app incorrectly sets a window inset the size of the navigation bars even though there is no navigation bar.
Example screenshot showing the content in white and the background in red.
Original bug content "Extracting generic issue from b/258263557 where incorrect viewInsets were transiently being reported as the soft keyboard is being shown. "
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work lista: fidelityMatching the OEM platforms betterMatching the OEM platforms bettera: text inputEntering text in a text field or keyboard related problemsEntering text in a text field or keyboard related problemscustomer: googleVarious Google teamsVarious Google teamsplatform-androidAndroid applications specificallyAndroid applications specifically
