I am using an Edit Text in my project.
The problem is that whenever I type anything into the text box, it shows up, but the cursor does not move from its starting po
In my case, it was caused by using:
android:textAllCaps="true"
in the EditText element of my xml layout.
When I removed it, it worked as expected