Open
Description
When running the webview_flutter example on a device with a notch, a blank bar apears on the top of the native view, below the app bar. The platform view responds to touches with a vertical offset (one must touch above the point). #19030
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
amirh commentedon Dec 10, 2018
I can't reproduce this on an emulator with a notch.
@yoavrofe which device are you seeing this on?
Can you post the output of
flutter doctor
.Do you see the issue on latest master?
kf6gpe commentedon Dec 10, 2018
I can't reproduce this on a Pixel 3 XL, either --- I did a sync to head this morning and a flutter run of the webview example, and it worked. @amirh and I are wondering if it's a device-specific issue?

CaiJingLong commentedon Dec 11, 2018
same problem #25152 .
I will test the master channel.
32 remaining items
xyh256 commentedon Dec 2, 2020
android:screenOrientation="landscape" ,This problem has not been solved
icofans commentedon Jan 9, 2021
AndroidManifest.xml
<meta-data android:name="notch.config" android:value="portrait"/>
document: https://dev.mi.com/console/doc/detail?pId=1293#_3_3
mossmana commentedon Oct 23, 2023
Bumping this issue down to a P3 since it is fixed with a later version of Android and has a posted workaround. If this issue gains additional thumbs up we may reconsider the priority.