After recently getting my app updated for iPhone X and dealing with the “notch”, I had a user on Android report to me that display is not rendering correctly on their “Essential Phone” that also has a “notch”. Apparently there are a number of Android phones with notches with more on the way.
https://www.androidauthority.com/iphone-x-notch-coming-android-phones-816563/
Should the “safe area” functions work properly on Android devices with a notch? e.g.
- display.getSafeAreaInsets()
- display.safeScreenOriginX
- display.safeScreenOriginY
- display.safeActualContentWidth
- display.safeActualContentHeight
Or is this just on the iPhone X?
Attached are screenshots that were sent to me. One shows the app in landscape mode and left side is cut-off.
The portrait mode screenshot should have Navigation icons and Title text at the top but they are not being displayed.