Android - ListView doesn't receive OnItemClick for textview with clickable links

前端 未结 5 2068
野趣味
野趣味 2021-02-02 12:55

I have a ListView that contains a TextView in each row besides a number of other views. The TextView renders html content which may contain links.

The below code appear

5条回答
  •  深忆病人
    2021-02-02 13:05

    I had the same issue and none of these answers worked for me. Eventually, I managed to fix the problem by removing the attribute android:inputType="textMultiLine".

提交回复
热议问题