Issue
On some devices clicking on TextView control doesn’t trigger onClick event. Out of handful of devices I used for testing it was affecting only Samsung Galaxy S4 Mini (Android 4.4.2).
Resolution
The issue was resolved by adding android:clickable=”true” property to the TextView in layout xml file.
January 2016
Leave a Reply