Closed
Bug 1147381
Opened 10 years ago
Closed 10 years ago
Share Button crashes on iPad
Categories
(Firefox for iOS :: General, defect)
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
fennec | + | --- |
People
(Reporter: st3fan, Assigned: st3fan)
References
Details
Attachments
(1 file)
reason: 'UIPopoverPresentationController (<_UIAlertControllerActionSheetRegularPresentationController: 0x78e1dca0>) should have a non-nil sourceView or barButtonItem set before the presentation occurs.'
This is because you can't present the UIActivityViewController modally on the iPad. Instead we have to configure a UIPopoverPresentationController so that it appears in a popover instead.
Assignee | ||
Comment 1•10 years ago
|
||
This fixes a crash on the iPad that happens when we try to present the UIActivityController.
Because we need to know the source view/frame of the button pressed, i have also added a reference to the button in the BrowserToolbarDelegate functions.
Attachment #8583066 -
Flags: review?(bnicholson)
Updated•10 years ago
|
Attachment #8583066 -
Flags: review?(bnicholson) → review+
Assignee | ||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
tracking-fennec: ? → +
You need to log in
before you can comment on or make changes to this bug.
Description
•