Application does not resume after calling CrossMedia.Current.TakePhotoAsync (Windows Phone)
pauldiston opened this issue · 1 comments
pauldiston commented
Please take a moment to fill out the following (change to preview to check or place x in []) and remove all unused areas
This is a
- Bug
Which plugin does this impact:
- Media
Bug
Version Number of Plugin: 2.3.0
Device Tested On: Microsoft Lumia 640
Expected Behavior
Application should resume after calling CrossMedia.Current.TakePhotoAsync
Actual Behavior
After calling CrossMedia.Current.TakePhotoAsync, and accepting the taken image, the Resuming... message appears on the phone however the next line after calling TakePhotoAsync is never called. In release mode, the application will crash.
Steps to reproduce the Behavior
- Call CrossMedia.Current.TakePhotoAsync
- Accept taken photo
3.Notice that the application doesn't resume
jamesmontemagno commented
This issue was moved to jamesmontemagno/MediaPlugin#4