You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using NativeCamera.Permission permission = NativeCamera.TakePicture((path) => {...}, it open the device's camera. I took the picture below:
Click OK and device logs NullReferenceException. Full log: "NullReferenceException: Object reference not set to an instance of an object.
EditProfileView.b__14_0 (System.String path) (at <00000000000000000000000000000000>:0)
NativeCameraNamespace.NCCameraCallbackAndroid.MediaReceiveCallback (System.String path) (at <00000000000000000000000000000000>:0)"
Is there something missing? Tested on Android (Galaxy S22, ver 14)
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hello @yasirkula
First of all, thank you for the great plugin
When using NativeCamera.Permission permission = NativeCamera.TakePicture((path) => {...}, it open the device's camera. I took the picture below:
Click OK and device logs NullReferenceException. Full log: "NullReferenceException: Object reference not set to an instance of an object.
EditProfileView.b__14_0 (System.String path) (at <00000000000000000000000000000000>:0)
NativeCameraNamespace.NCCameraCallbackAndroid.MediaReceiveCallback (System.String path) (at <00000000000000000000000000000000>:0)"
Is there something missing? Tested on Android (Galaxy S22, ver 14)
Thanks in advance.
The text was updated successfully, but these errors were encountered: