Closed
Bug 1184555
Opened 11 years ago
Closed 10 years ago
View Later extension should show success
Categories
(Firefox for iOS :: General, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: aaronmt, Assigned: sleroux)
References
Details
(Whiteboard: [nicetohave])
Attachments
(2 files)
In Twitter, open a link and tap View Later in the share menu. Nothing happens. I have no idea if it worked or not until I open Firefox later.
Comment 1•11 years ago
|
||
We (UX) decided not to do this.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Resolution: FIXED → WONTFIX
Comment 2•11 years ago
|
||
(In reply to Stefan Arentz [:st3fan] from comment #1)
> We (UX) decided not to do this.
Any comments as to why not? I tried "View Later" but had no idea that anything happened, or what I should expect to do next.
Comment 3•11 years ago
|
||
In short: because Send actions don't show confirmation (or any UI, most of the time) on iOS; try it with some of the others. Share extensions do, Send extensions don't.
Also it's essentially impossible for this to fail.
If we get external feedback about this we might change our minds, but for the moment we're following platform conventions.
Comment 4•11 years ago
|
||
Robin would like to do this. Mocks:
http://invis.io/DE3BHFHMW (Success)
http://invis.io/293LMTPC3 (Please try again)
Not a heavy weight of strings, so perhaps we can get those in now?
Status: RESOLVED → REOPENED
Resolution: WONTFIX → ---
Comment 5•11 years ago
|
||
Layout for toast placement.
Updated•10 years ago
|
Comment 6•10 years ago
|
||
Updated•10 years ago
|
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → sleroux
Updated•10 years ago
|
Whiteboard: [nicetohave]
| Assignee | ||
Comment 7•10 years ago
|
||
So turns out this actually isn't possible. Action extensions such as View Later require you to modally present your view if you want to use UI. This is the same animation that happens when you tap SendTo and you see the list of devices animate up from the bottom. There doesn't seem to be a way to customize this. Also, because it's presented modally with what looks like a UINavigationController, we can't just make our view invisible so we don't see the modal and see the content behind it because the app you were looking at goes away after the transition is complete :/
| Assignee | ||
Comment 8•10 years ago
|
||
I've pushed up my WIP code for this branch here: https://github.com/mozilla/firefox-ios/tree/sleroux/Bug1184555-ViewLaterSuccessToast
Updated•10 years ago
|
Updated•10 years ago
|
| Assignee | ||
Updated•10 years ago
|
Status: REOPENED → RESOLVED
Closed: 11 years ago → 10 years ago
Resolution: --- → WONTFIX
Updated•10 years ago
|
tracking-fxios:
? → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•