-
Notifications
You must be signed in to change notification settings - Fork 643
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue while signature pad in Android 12 #172
Comments
I am seeing the same issue. See also #171, #169, #168, #153 Full stack trace:
|
Issue fixed with downgraded the signature pad dependency version from 1.3.1 to 1.2.1 implementation "com.github.gcacace:signature-pad:1.2.1" |
@DineshKumarS15 it is not allowing me to downgrade the version. Is there any other way? |
android:saveEnabled="false" |
java.lang.RuntimeException: Could not copy bitmap to parcel blob.
at android.graphics.Bitmap.nativeWriteToParcel(Bitmap.java)
at android.graphics.Bitmap.writeToParcel(Bitmap.java:2154)
at android.os.Parcel.writeParcelable(Parcel.java:1965)
at android.os.Parcel.writeValue(Parcel.java:1871)
The text was updated successfully, but these errors were encountered: