advance_image_picker icon indicating copy to clipboard operation
advance_image_picker copied to clipboard

error in cropping

Open s4rath opened this issue 2 years ago • 2 comments

while clicking the crop button app suddenly stops

s4rath avatar Oct 02 '22 12:10 s4rath

Thank you for sharing about problem. We apologize for the delay. We're so busy in some working projects for this month. After it finished, we'll investigate to resolve above problem.

weta-vn avatar Jun 05 '23 15:06 weta-vn

you must insert this code in your manifest for work in android

<activity
    android:name="com.yalantis.ucrop.UCropActivity"
    android:screenOrientation="portrait"
    android:theme="@style/Theme.AppCompat.Light.NoActionBar"/>

machadoguilhermebr avatar Oct 18 '23 16:10 machadoguilhermebr