Closed
Bug 1192933
Opened 9 years ago
Closed 8 years ago
Fennec never given "Use the App" button if user has Google Docs installed
Categories
(Web Compatibility :: Site Reports, defect)
Web Compatibility
Site Reports
Tracking
(platform-rel +, firefox43 affected)
RESOLVED
FIXED
People
(Reporter: Swarnava, Assigned: karlcow)
References
()
Details
(Whiteboard: [country-all][sitewait][clientsniff][platform-rel-Google][platform-rel-GoogleDocs])
Attachments
(1 file)
190.85 KB,
image/png
|
Details |
1) Install Google Docs app from playstore.
2) Navigate to: https://goo.gl/XDWKfX
3) Click on edit button on top right cornor.
Expected Behavior: a popup should appear which will ask to use the app instead of browser.
Actual Behavior: On Fennec, its still showing get the app button instead of Use the app button
Reporter | ||
Comment 1•9 years ago
|
||
Comment 2•9 years ago
|
||
So it does look like this is a tech evangelism issue -- if you spoof as Chrome it works as expected.
Basically it boils down to the following: https://gist.github.com/miketaylr/3835cb5ba53315fcb502
If you don't have the substring "Chrome" or "CriOS", you'll never get the OPEN IN APP link.
There's a function Lb which contains:
> b = a.wa ? b + "USE THE APP" : b + "GET THE APP";
And a.wa will eventually only evaluate to true if you're on Chrome.
Component: General → Mobile
Product: Firefox for Android → Tech Evangelism
Summary: Fennec is recognizing on Google Docs app → Fennec never given "Use the App" button if user has Google Docs installed
Whiteboard: [country-all][contactready][clientsniff]
Comment 3•9 years ago
|
||
Karl, I'm not sure if Google will fix this, but can we let them know? Also, feel free to close this bug and reopen the webcompat one--I thought this might be a Gecko issue.
Flags: needinfo?(kdubost)
Assignee | ||
Comment 4•9 years ago
|
||
Sent an explanation to Google. Let's cross fingers.
Thanks mike and swarnava
Flags: needinfo?(kdubost)
Assignee | ||
Updated•9 years ago
|
Assignee | ||
Comment 5•9 years ago
|
||
> Thanks for the report. I've forwarded your message along to
> the Google Docs team and will let you know what I hear back.
Whiteboard: [country-all][contactready][clientsniff] → [country-all][sitewait][clientsniff]
Assignee | ||
Comment 6•9 years ago
|
||
> This is now being tracked by internal issue 23211607, for future reference.
Assignee | ||
Comment 7•9 years ago
|
||
Swarnava, does it still reproduce?
Flags: needinfo?(swarnavasengupta)
Reporter | ||
Comment 8•9 years ago
|
||
I can still reproduce this issue on latest Firefox Beta + Samsung Galaxy S4 i9500 running Android 5.1.1
Flags: needinfo?(swarnavasengupta)
Assignee | ||
Comment 9•9 years ago
|
||
Thanks Swarnava.
I sent a reminder to Google.
Assignee | ||
Comment 10•9 years ago
|
||
Google's response:
> The Docs team is tracking this issue,
> but unfortunately usage from Firefox Android
> is low so it might take a while for this bug to be prioritized.
Assignee | ||
Comment 11•9 years ago
|
||
And then today someone from the Google Docs team!
> I checked in a fix. It should hit production in a couple weeks.
Excellent thanks to him.
Updated•8 years ago
|
platform-rel: --- → ?
Whiteboard: [country-all][sitewait][clientsniff] → [country-all][sitewait][clientsniff][platform-rel-Google][platform-rel-GoogleDocs]
Updated•8 years ago
|
platform-rel: ? → +
Reporter | ||
Comment 13•8 years ago
|
||
Looks like it's working now on. tested on latest Firefox Beta for Android.
Flags: needinfo?(swarnavasengupta)
Comment 14•8 years ago
|
||
Thanks Swarnava!
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Tech Evangelism → Web Compatibility
Updated•11 months ago
|
Component: Mobile → Site Reports
You need to log in
before you can comment on or make changes to this bug.
Description
•