Mua Rachmann

Results 118 comments of Mua Rachmann

> I also got this exception `PlatformException(Not found data, null, null)` on android device. > It's working fine on iOS. > Is anything I need to config on android to...

Why is this happening? I have the same issue

I could solve it by doing this - `android:background="@android:color/transparent"` or you can put your own custom color in there

Can this be merged please..

In my case, this happened with **jpg** and **jpeg** images, png works fine. As a work around, I used this option . ``` Image::make($filePath)->encode('jpg')->resize(600, 400, function ($constraint) { $constraint->aspectRatio(); })->save($newFilePath);...

Thanks @antonkomarev for this. Was much needed.

hI @GH-aditya we are actually porting to Laravel here https://github.com/LibreHealthIO/lh-ehr-laravel. Please go through this and ping me if you have any issues https://github.com/LibreHealthIO/lh-ehr-laravel/issues/27