cordova-plugin-android-notch
cordova-plugin-android-notch copied to clipboard
Plugin to query android notch insets
Hi @tobspr , thank you for this plugin ! Instead of using custom css variable, can it set safe-area-inset instead ? In my case i set StatusBar.overlaysWebView(true), but Android doesn't...
I just installed this plugin and am testing with Android simulator, specificallly the Pixel 3XL with the Notch skin enabled, and the notch detection is coming back false. Will this...
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...
I wanted to flag that the way the variables are set up in the README examples will cause issues in future versions of the Android WebView if they do support...