Managing display cutout on Android similar to iPhoneX

Hi there,

I manage the spacing issue on iPhoneX with the following CSS

padding-top: unquote(‘max(2vw, env(safe-area-inset-top))’);

However, I could not find a similar approach for android phones. I was wondering if anyone has a solution?

Thanks in advance,

Doug