Cdvphotolibrary in Ionic 4

Is there a way to display :

cdvphotolibrary://thumbnail?photoId=43%3B%2Fstorage%2Femulated%2F0%2FDCIM%2FCamera%2F20190304_204426.jpg&width=512&height=384&quality=0.8

in ionic 4 getting UNKNOWN_URL_SCHEME, even that the thumbnail is sanitez and in config .xml :

<allow-intent href="cdvphotolibrary:*" />
<allow-navigation href="cdvphotolibrary://*" />

and in index.html :

  <meta http-equiv="Content-Security-Policy" content="cdvphotolibrary:">

Fighting with this for 4 days to get it work on Ionic 4 . Is there any solution for this ?