Open mhspace opened 9 years ago
Simpletask already parse numbers and urls. If you select a task with a number or URL, the menu contains items to dial or browse. Highlighting requires the view widget to change which interacts badly with other gestures. I initially tried this and it doesn't work well. Because of the challenge of parsing phone numbers for now only string of digits without space are recognised. Thus is something the tel: approach could fix. Let me think about that.
Is this worth implementing? Could you get the same mileage out of allowing the user to define a custom phone number format in settings?
I wouldn't add UI support past recognition of the format as a telephone number, but adding recognition seems reasonable.
and on tap do:
Call John Wayne tel:+1234567 @phone
)