ApowoGames / cordova-plugin-display-cutout

3 stars 2 forks source link

Support cutout rectangles #1

Open zommerfelds opened 2 years ago

zommerfelds commented 2 years ago

There may be cases where we're actually interested in where the cutout is, not just getting a safe inset.

This is provided by (for the top): https://developer.android.com/reference/android/view/DisplayCutout#getBoundingRectTop()

Is there interest in supporting this in this package?

zommerfelds commented 2 years ago

Here's an example of my game, where the toolbar could have stayed on top, since the cutout is only at the corner.

image