Camilo Gutiérrez
Camilo Gutiérrez
Hi, I'm sorry I've been so busy with other projects, so I couldn't work on this.
I'm checking the code again. ``` Display display = mActivity.getWindowManager().getDefaultDisplay(); android.graphics.Point size = new android.graphics.Point(); if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN_MR1) { display.getRealSize(size); } int displayWidth = Math.min(size.y, size.x); int displayHeight =...
I get it, however, for some reason the cropped image on a Samsung Galaxy S8, for instance, is not accurate. The temporal solution I found is to match both ratios,...
If you are using, for instance, HttpClientModule on a service, be sure you imported this module on the chat.module.ts.