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 plugin work detecting simulator Android notches?
window.AndroidNotch.hasCutout(function(result) {
console.log("Android Notch: "+result) ; // result = false ;
deviceData.hasNotch = result ;
$scope.centerHomeDiv() ;
}) ;
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 plugin work detecting simulator Android notches?