tobspr / cordova-plugin-android-notch

Plugin to query android notch insets
MIT License
19 stars 13 forks source link

DisplayCutout is not available on api < 28 #1

Closed uaza closed 5 years ago

uaza commented 5 years ago

On Androids with API level < 28 an error occurs because the method insets.getDisplayCutout() is not found.

I'd be happy if you could merge the pull request.

tobspr commented 5 years ago

Cool, thank you! :)