Open
Bug 1285664
Opened 8 years ago
Updated 1 year ago
Add a text-to-speech mode to Reader View
Categories
(Firefox for iOS :: Reader View, defect, P3)
Tracking
()
NEW
People
(Reporter: nalcock, Unassigned)
Details
(Whiteboard: [MobileCore])
Attachments
(3 files)
Having Firefox read out your articles for you on mobile would be an ideal fit for Reader View.
Reporter | ||
Updated•8 years ago
|
Summary: Added a text-to-speech mode to Reader View → Add a text-to-speech mode to Reader View
Reporter | ||
Updated•8 years ago
|
Assignee: nobody → nalcock
Reporter | ||
Comment 1•8 years ago
|
||
I have a working demo for this feature, but it's lacking any interface at the moment.
https://github.com/varkor/firefox-ios/tree/ReaderViewTextToSpeech
In this branch, I've overridden the functionality of the style ("Aa") button in the Reader View toolbar so that tapping it once starts/pauses the dictation.
:tecgirl, would you be able to look over the feature and see what you think regarding a way to trigger this function? An obvious solution would just be to add another button to the toolbar, but that could make things a little crowded. Thanks!
Flags: needinfo?(randersen)
Reporter | ||
Comment 2•8 years ago
|
||
Flags: needinfo?(randersen)
Attachment #8784059 -
Flags: ui-review?(randersen)
Attachment #8784059 -
Flags: review?(bnicholson)
Reporter | ||
Updated•8 years ago
|
Priority: -- → P1
Whiteboard: [MobileAS]
Reporter | ||
Comment 3•8 years ago
|
||
Reporter | ||
Comment 4•8 years ago
|
||
Comment 5•8 years ago
|
||
let me noodle on this a bit as far as the UI is concerned. Adding the functionality to the toolbar isn't so bad, but I'm thinking it should be an audio icon (speaker or similar) and I'm wondering about how to best display the toolbar – it is crowded and confusing. I've been meaning to revisit it anyway. :)
does this read in whatever the region language is set to?
Reporter | ||
Comment 6•8 years ago
|
||
I was thinking the same thing regarding the icon — it's not quite so clear at the moment. Also, I wasn't sure whether it would be desirable to have more controls (e.g. rewind), but I couldn't comfortably fit them in the toolbar, so I left them out for now.
It does read in the correct language as long as the web page has the right locale metadata, and will fall back to the user's language preference if not.
Updated•8 years ago
|
Priority: P1 → P3
Updated•8 years ago
|
Rank: 3
Comment 7•8 years ago
|
||
Resetting assignee. Note that there are pending reviews here.
Assignee: nalcock → nobody
Comment 9•8 years ago
|
||
Comment on attachment 8784059 [details] [review]
Pull request
Removing myself from review for now since this still has pending UI.
Attachment #8784059 -
Flags: review?(bnicholson)
Updated•8 years ago
|
Whiteboard: [MobileAS] → [MobileCore]
Updated•8 years ago
|
Rank: 3 → 1
Updated•2 years ago
|
Severity: normal → S3
Comment 10•1 year ago
|
||
Clear a needinfo that is pending on an inactive user.
Inactive users most likely will not respond; if the missing information is essential and cannot be collected another way, the bug maybe should be closed as INCOMPLETE
.
For more information, please visit BugBot documentation.
Flags: needinfo?(randersen)
You need to log in
before you can comment on or make changes to this bug.
Description
•