Description
Explicitly setting SafeAreaEdges to None" on a ContentPage does not seem to have any effect. Running on an Android 36 emulator I'd expected to see the top line of my form immediately next to the screen edge, behind the Android status bar. Instead, I saw this:
Which is what I'd have expected if SafeAreaEdges was set to pretty much any other value.
Steps to Reproduce
- Clone the repo
- Build and run the app on Android 36
- Observe the alignment at the top of the page.
Link to public reproduction project repository
https://github.com/david-maw/SafeAreaEdges.git
Version with bug
10.0.40
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
Android, I was not able test on other platforms
Affected platform versions
Android 36 was all i tested
Did you find any workaround?
No
Relevant log output
Description
Explicitly setting
SafeAreaEdgesto None" on aContentPagedoes not seem to have any effect. Running on an Android 36 emulator I'd expected to see the top line of my form immediately next to the screen edge, behind the Android status bar. Instead, I saw this:Which is what I'd have expected if
SafeAreaEdgeswas set to pretty much any other value.Steps to Reproduce
Link to public reproduction project repository
https://github.com/david-maw/SafeAreaEdges.git
Version with bug
10.0.40
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
Android, I was not able test on other platforms
Affected platform versions
Android 36 was all i tested
Did you find any workaround?
No
Relevant log output