vocable-android icon indicating copy to clipboard operation
vocable-android copied to clipboard

When navigating to the custom phrase creation screen show a blinking cursor instead of the "Start typing..." message

Open nerdsosky opened this issue 6 years ago • 1 comments

iOS has implemented cursor functionality when navigating the custom phrase screen. This cursor is just a placeholder and does not allow you to move within the actual phrase.

Steps:

  1. Launch application
  2. Bring up the custom phrase keyboard

Result: Start Typing... message is displayed

Expected: We should show a typing cursor instead and remove the "Start typing..." text to match iOS

iOS: Screen Shot 2020-04-24 at 11 38 44 AM

Android: Screen Shot 2020-04-24 at 11 43 16 AM

nerdsosky avatar Apr 24 '20 15:04 nerdsosky

Probably need to find a better way to disable the EditText, so that the system keyboard doesn't pop up when you tap it, but also keep the cursor. Not sure how to do this.

SpudLaw avatar May 04 '20 18:05 SpudLaw