Clement Fradet Normand

Results 209 comments of Clement Fradet Normand

@shamun @coolfeature have you found a way to make it work ? Thanks !

@roshmani Adding `HTMLAnchorElement` with JSDOM and the root of my tests solves the problem on my side. My code: ``` const jsdom = require("jsdom"); const { JSDOM } = jsdom;...

Thanks a lot @davidmfoley @lilfaf @vjrabanelly, here you have the information for future accessibility with ModalLinks

@alexdoan102 great idea

safe-are-inset-XXX can be directly used in css like env(safe-are-inset-XXX). Could be great to use the same with your plugin

I think you should natively set it so that the native webview viewport of cordova can directly use `env(safe-area-inset-XXXX)` https://developer.android.com/guide/topics/display-cutout?authuser=2 https://proandroiddev.com/making-notch-friendly-apps-for-android-75776272be5c