Marco Celotti
Marco Celotti
Hi MileanCo, I think we should take a look at chart.js 2.3.x docs here: https://github.com/chartjs/Chart.js/tree/v2.3.0/docs Those docs are the right ones for the current version used by angular-chart.js, I'm just...
I'm having the same problem with the --inspect/--inspect-brk options. Honestly I think this is a HUGE problem if compared to wdio 4, and despite my personal opinion I'd suggest finding...
Hi @mgrybyk and thanks for your support. VSCODE IDE I tried that, had some problems with some sort of "freeze" behaviour but I did not investigate too much since I'd...
Yes that would be great, but it would be even better a PR to add your inspector+chrome procedure on the official debug page in order to show code/page object inspection....
Hi @june07, thanks for the video! I tried your setup and the idea of using NiM is great because I can get rid of "browser.debug()" since the node inspector opens...
I tried your custom devtool (https://chrome-devtools-frontend.appspot.com/serve_file/@548c459fb7741b83bd517b12882f533b04a5513e/inspector.html) but I get the same result, it disconnects right away :(
> We could update these pages : > > * https://ionicframework.com/docs/building/android > * https://ionicframework.com/docs/cli/commands/capacitor-run > > The first one gives an example of live reload with cordova but not with...
Yes, with some devices (ie samsung) the capture image is rotated and rotation details are in EXIF data. If something goes wrong the "rotateAccordingToExifOrientation" should return null (or the original...
Well, we could return null if ExifInterface.ORIENTATION_NORMAL
@janpio What do you think? Shall I return null if we have EXIF data but orientation is normal?