Skip to content

unable to signature on the signature pad in the scroll view #12

Description

@nitish-nanda

In the small screen size, the signature is not added
but working fine in large screen size phone

-----scroll view start------

 <RelativeLayout
                        android:layout_width="match_parent"
                        android:layout_height="0dp"
                        android:layout_weight="1"
                        android:background="@color/white"
                        android:minHeight="400dp">

                        <com.williamww.silkysignature.views.SignaturePad
                            android:id="@+id/signature_pad"
                            android:layout_width="match_parent"
                            android:layout_height="match_parent"
                            android:background="@color/white"
                            app:penColor="@android:color/black" />

                        <TextView
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:layout_centerHorizontal="true"
                            android:layout_marginTop="@dimen/ten"
                            android:text="Signature"
                            android:textColor="@color/view_color"
                            android:textSize="@dimen/text_min" />

                    </RelativeLayout>

 -----scroll view end------

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions