Closed
Bug 699828
Opened 13 years ago
Closed 13 years ago
Make app install button work on mobile
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect, P1)
addons.mozilla.org Graveyard
Public Pages
Tracking
(Not tracked)
RESOLVED
FIXED
6.3.2
People
(Reporter: kumar, Assigned: spasovski)
References
Details
STR:
- install the open web app extension
- go to an app page using a mobile user-agent
- click the install button
Results:
JavaScript error: manifestURL is not defined
Actual:
This should call navigator.app.install() with the manifest URL and handle errors returned from install()
Use the apps.install() wrapper to handle errors, introduced in bug 694414
Comment 1•13 years ago
|
||
This looks awfully similar to bug 695427.
Reporter | ||
Comment 2•13 years ago
|
||
The difference is the other one is about purchasing an app (which might be more involved), this is just for installing any app
Assignee | ||
Comment 3•13 years ago
|
||
This seems related to my current work.
Assignee: nobody → dspasovski
Updated•13 years ago
|
Priority: -- → P1
Target Milestone: --- → 6.3.2
Assignee | ||
Comment 4•13 years ago
|
||
This should be done but needs proper tests.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 5•13 years ago
|
||
ok, I created bug 704565 -- let me know if you want to talk through a strategy for adding useful JS tests
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•