jglatre

Results 3 comments of jglatre
trafficstars

I'm facing the same issue when I deploy a flutter app as a CDN resource, i.e. just a `` element pointing to an external http url. It turns out the...

It seems that someone at stackoverflow has solved this issue: https://stackoverflow.com/questions/61519557/i-am-using-pdf-viewer-plugin-and-in-android-studio-i-have-no-problem-but-when-i

Looking source code of `OverlayService` I see you are applying `dpToPx` to parameters of `resizeOverlay` buy not applying it to parameters of `showOverlay`. I hope that will be a hint.