Closed
Bug 1149106
Opened 10 years ago
Closed 10 years ago
share to "add to reading list" will add the current page to Safari's reading list
Categories
(Firefox for iOS :: General, defect)
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
fennec | + | --- |
People
(Reporter: angelc04, Assigned: aaronmt)
Details
STR:
1. Launch Firefox and visit a website
2. Tap on "Share" button, and select "Add to Reading List"
--> This page will be added to Safari's reading list.
I think we should hide this "Add to Reading List" option if we do not support this action.
test build: build 6
test device: iphone 5s, ios 8.2
Assignee | ||
Updated•10 years ago
|
tracking-fennec: --- → ?
Assignee | ||
Comment 2•10 years ago
|
||
activityViewController.excludedActivityTypes = [UIActivityTypeAddToReadingList], too lazy to rebase and patch it but that worked for me in simulator
Assignee | ||
Comment 3•10 years ago
|
||
Comment 4•10 years ago
|
||
(In reply to Aaron Train [:aaronmt] from comment #2)
> activityViewController.excludedActivityTypes =
> [UIActivityTypeAddToReadingList], too lazy to rebase and patch it but that
> worked for me in simulator
Thanks. Looks like you were out-lazied :D
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Assignee: nobody → aaron.train
You need to log in
before you can comment on or make changes to this bug.
Description
•