hanggrian / socialview

Android TextView and EditText with hashtag, mention, and hyperlink support
http://hanggrian.com/socialview/
Apache License 2.0
323 stars 81 forks source link

Cannot copy paste text on SocialTextView #56

Closed harshalijain closed 5 years ago

harshalijain commented 5 years ago

Hi, I am displaying a Social TextView declared as follows:

<com.hendraanggrian.widget.SocialTextView
            android:layout_width="0dp"
            android:layout_height="wrap_content"
            android:layout_marginLeft="@dimen/dimen_70"
            android:layout_marginTop="@dimen/dimen_8"
            android:layout_marginRight="@dimen/dimen_60"
            android:autoLink="all"
            android:cursorVisible="true"
            android:ellipsize="end"
            android:linksClickable="true"
            android:maxLines="3"
            android:minLines="3"
            android:textIsSelectable="true"
             />

Even then I am unable to long click on the textview and select the text to make the default select-copy-paste overlay. Works fine for SocialEditText. Please help!