tobspr / cordova-plugin-android-notch

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

Add isNotchSupportedMethod #4

Open SamueleDassatti opened 4 years ago

SamueleDassatti commented 4 years ago

This PR adds an isNotchSupported method to the AndroidNotch object that returns whether the phone API version is before or after 28. This makes it possible to know whether the getInset methods are returning 0 because there is no cutout or because the phone doesn't support that method.

Example

window.AndroidNotch.isNotchSupported(console.log)