timer-machine / timer-machine-android

⏲ A highly customizable interval timer app for Android
GNU General Public License v3.0
172 stars 16 forks source link

Double tap work (in step title) to select #47

Closed dcdom2 closed 11 months ago

dcdom2 commented 11 months ago

When in step or notifier title, double tapping should highlight the current word.

DeweyReed commented 11 months ago

You can double tap the step number to jump to it.

Example

dcdom2 commented 11 months ago

Thanks, but I meant in the edit screen.

DeweyReed commented 11 months ago

By "highlight," do you mean select all text? Do you wish to select all text by double tapping?

dcdom2 commented 11 months ago

By "highlight," do you mean select all text? Do you wish to select all text by double tapping?

Just the current word. It is a standard Android behavior.

https://docs.flutter.dev/assets/images/docs/platform-adaptations/text-double-tap-android.gif

DeweyReed commented 11 months ago

That is the app's current behavior. I've verified it on several physical devices. How different does your app behave?

dcdom2 commented 11 months ago

It is working for me now. I don't know why!

Sorry and thanks!