Closed
Bug 1192933
Opened 8 years ago
Closed 7 years ago
Fennec never given "Use the App" button if user has Google Docs installed
Categories
(Web Compatibility :: Mobile, defect)
Web Compatibility
Mobile
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•8 years ago
|
||
https://webcompat.com/issues/1528
Comment 2•8 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•8 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•8 years ago
|
||
Sent an explanation to Google. Let's cross fingers. Thanks mike and swarnava
Flags: needinfo?(kdubost)
![]() |
Assignee | |
Updated•8 years ago
|
![]() |
Assignee | |
Comment 5•8 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•8 years ago
|
||
> This is now being tracked by internal issue 23211607, for future reference.
![]() |
Assignee | |
Comment 7•7 years ago
|
||
Swarnava, does it still reproduce?
Flags: needinfo?(swarnavasengupta)
Reporter | ||
Comment 8•7 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•7 years ago
|
||
Thanks Swarnava. I sent a reminder to Google.
![]() |
Assignee | |
Comment 10•7 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•7 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•7 years ago
|
platform-rel: --- → ?
Whiteboard: [country-all][sitewait][clientsniff] → [country-all][sitewait][clientsniff][platform-rel-Google][platform-rel-GoogleDocs]
Updated•7 years ago
|
platform-rel: ? → +
Reporter | ||
Comment 13•7 years ago
|
||
Looks like it's working now on. tested on latest Firefox Beta for Android.
Flags: needinfo?(swarnavasengupta)
Comment 14•7 years ago
|
||
Thanks Swarnava!
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Updated•4 years ago
|
Product: Tech Evangelism → Web Compatibility
You need to log in
before you can comment on or make changes to this bug.
Description
•