Closed
Bug 899552
Opened 12 years ago
Closed 12 years ago
[refapps][rtcamera] replace share with imgur with native 'share' activity
Categories
(Developer Ecosystem :: App Center, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sole, Assigned: sole)
References
Details
(Whiteboard: u=dev c=apps p=1 s=2013.16)
Currently we're sharing with imgur, but that's not a native FxOS experience.
The ideal behaviour would be to detect if MozActivity is present, and if that's the case, add a "share" button (instead of "share with imgur"), and launch a MozActivity when that is pressed, with type = 'share'
I've pushed this branch which implements that, but it's not in the main code base because there seem to be issues with FxOS and Bluetooth that won't allow me to complete the sharing flow:
https://github.com/sole/rtcamera/blob/bug-895815-fxos-share-activity/js/app.js#L477
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → sole
| Assignee | ||
Updated•12 years ago
|
Whiteboard: u=dev c=apps p=1 s=2013.16
| Assignee | ||
Comment 2•12 years ago
|
||
fixed at 0.1.1! https://github.com/sole/rtcamera/tree/v0.1.1
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 3•12 years ago
|
||
Did you remove imgur altogether, or does it do both now? Just curious.
| Assignee | ||
Comment 4•12 years ago
|
||
In desktop (where moz activity is not available) it's still using imgur, and on Firefox OS where we cannot copy and paste urls it uses a share activity :-)
You need to log in
before you can comment on or make changes to this bug.
Description
•