BitooBitImageEditor icon indicating copy to clipboard operation
BitooBitImageEditor copied to clipboard

UWP - Release mode. Its not taking me to image editor screen.

Open Nambukarthy opened this issue 4 years ago • 0 comments
trafficstars

byte[] data = await ImageEditor.Instance.GetEditedImage(bitmap);

The above line works perfectly in debug mode but not in release mode in UWP.

It returns null instead taking to editor screen.

I tried in the sample app given where it works in release mode as well. The problem happens when I install the BitooBitImageEditor from nuget package.

Nambukarthy avatar Oct 04 '21 19:10 Nambukarthy