Andrew Lee

Results 19 comments of Andrew Lee

Users of our app are also complaining of this issue. It makes the app unusable since it's pot-luck if the app will be closed while the photo is being taken.

I think a solution lies in registering a callback somewhere in a constructor, so when the parent Activity receives a call to OnActivityResult() it can call your registered callback to...

Flutter apps exhibit the same problem, and their workaround.... > When under high memory pressure the Android system may kill the MainActivity of the application using the image_picker. On Android...

> Can anyone provide some additional guidance as to how to handle this situation? @konradzuse You mention a saveBundleState and retrieveLostData method approach, have you any more information as to...

> @konradzuse @nbevans What are your thoughts on Xamarin.Essential's usage of IntermediateActivity in the PlatformCaptureAsync method? Does that provide any workarounds to the restoring state/restoring navigation issue? I think you...

You may be able to solve the camera issue, but what happens if the user receives a phone call while using your app? The app will potentially be killed and...

> @konradzuse what is the code at offset 69? Is it complaining about `TargetType="{x:Type BoxView}"` or `{StaticResource Gray-200}`? There are 2 errors, one about my style binding to the BoxView...

I can confirm removing {x:Type} resolves the issues in both styles and xaml Content pages.

this is a really important feature. I'm surprised this hasn't been implemented yet.

2 years since this was requested, should I just give up?