Brosten

Results 25 comments of Brosten

Hi! Will the ebook be updated to reflect changes in the app? Skaffa Outlook för Android On Wed, Jan 17, 2018 at 5:04 PM +0100, "David Britch" wrote: The eShopOnContainers...

While we are at it, getting it rotated to the origin set in the exif info wouldn't hurt. Currently I borrowed some code from here https://stackoverflow.com/questions/44181914/iphone-image-orientation-wrong-when-resizing-with-skiasharp to do that stuff.

Well, it's not a huge problem. But if I just take the photo bytes and show it on screen, it might show with the wrong rotation. So... I'm rotating it...

I think it's camera app dependent. I'm using Piel 4 (Android) with default camera. Don't have time today to fix repo, but I'll try to fix one soon...

On my android (Pixel 4) the following code draws the image upside down. ` ` ` private async void Button_Clicked(object sender, EventArgs e) { var image = await NativeMedia.MediaGallery.PickAsync(types: NativeMedia.MediaFileType.Image);...

@dimonovdd : Were you able to reproduce this?

Regarding what I wrote about codec being null for iOS, it seems to have been fixed in some way. At least it works fine for me in iOS as well...

Borrowing this thread... We are about to add some mvvm framework to an existing enterprise XF app. FreshMvvm looks good, but the thing with only one major contributer and no...

Sounds promising. Thanks for your quick feedback!

Couldn't it be good to know, in the ViewModel when the Page is dissappearing (could be removed, or Another page could be put on top of it), AND when the...