cordova-plugin-android-notch
cordova-plugin-android-notch copied to clipboard
Add isNotchSupportedMethod
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)