-
Notifications
You must be signed in to change notification settings - Fork 6k
Enabled hiding the home indicator with SystemChrome.setEnabledSystemUIOverlays #17574
Conversation
…dSystemUIOverlays.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Implementation LG. Can we add a test? I think this will work in scenario. Mock dart sends a channel message, sets expectation on view controller.
added a unit test |
LGTM, thanks |
Landing, Github says there are tasks pending, but if you click on the details they have succeeded. |
…dSystemUIOverlays (flutter/engine#17574)
…dSystemUIOverlays (flutter/engine#17574)
…dSystemUIOverlays (flutter/engine#17574)
…dSystemUIOverlays (flutter/engine#17574)
…dSystemUIOverlays (flutter/engine#17574)
…dSystemUIOverlays (flutter/engine#17574)
Is this active on the latest flutter release? (1.18.0-dev.5.0) Or how do I make use of this? Having the same issue. |
@jockebq it's available in 1.18.0-dev.5.0 and later. |
@gaaclarke I just tested it out, and it seems to work in landscape, but not in portrait. And I am having issues with filling the screen with the content on my flutter_webview_plugin. |
@jockebq if you think you've found a bug can you file a new bug please with reproduction steps and expected / versus observed results? Heads up, iOS doesn't provide a definitive way to hide the home indicator. You can request it to hide and it will take that preference into consideration. See https://developer.apple.com/documentation/uikit/uiviewcontroller/2887510-prefershomeindicatorautohidden?language=objc for more info. |
relevant issue: flutter/flutter#20965