Nick Postma

Results 21 comments of Nick Postma

I can confirm. Skisharp is not working with images taken from my Samsung S8 (Other devices have no issue android or iOS) ``` System.ArgumentNullException: Value cannot be null. Parameter name:...

Project seems quite dead, but is stil is a fine plugin for basic usage. I had the dot issue too, but this did not fix it for me. I've changed...

I will extract the the code to an empty project and see if i can recreate this issue this week. tbc.

@jsuarezruiz I've created a working 'crash' demo. https://github.com/npostma/bug_reports-CarouselViewAndroidCrash [edit] Updated to the latest nuget Xamarin forms and essentials package but the problem still exists.

Clearing the collection ( .Clear() ) in the example instead of re initializing results in the same crash.

What trickery is this :-) It seems to work. How can the IsBusy bool have effect on the collection?

Anything? This issue still exists and giving me trouble from time to time and need to do some funky workarrounds because the IsBusy = false / true; does not alway...

Experiencing a déjà vu. Could this possibly be a form of regression? I'm uncertain about the extent to which the old Xamarin code is still in use. I am specifically...

Interestingly, I experienced the exact opposite situation yesterday. Upon reopening a page, my image disappeared (Transparent?), and it turned out that the 'IsVisible' property wasn't explicitly set to true. Upon...