Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

facetime.apple.com - Firefox is unsupported browser #76550

Closed
webcompat-bot opened this issue Jun 8, 2021 · 7 comments
Closed

facetime.apple.com - Firefox is unsupported browser #76550

webcompat-bot opened this issue Jun 8, 2021 · 7 comments
Assignees
Labels
browser-firefox engine-gecko The browser uses the Gecko rendering engine priority-critical severity-critical The site or core functionality is unusable, or you would probably open another browser to use it. type-unsupported Doesn't support one or more browser type-webrtc Issues with WebRTC (PeerConnection etc)
Milestone

Comments

@webcompat-bot
Copy link

webcompat-bot commented Jun 8, 2021

URL: https://facetime.apple.com/facetime

Browser / Version: Firefox 89.0
Operating System: Windows 10
Tested Another Browser: Yes Edge

Problem type: Site is not usable
Description: Browser unsupported
Steps to Reproduce:
Website mentions: This browser is not supported. FaceTime works with the latest version of Safari and Chrome.

Browser Configuration
  • None

From webcompat.com with ❤️

@webcompat-bot webcompat-bot added the action-needsmoderation The moderation has not yet been completed label Jun 8, 2021
@webcompat-bot webcompat-bot added this to the needstriage milestone Jun 8, 2021
@webcompat-bot webcompat-bot added the browser-fixme This requires manual assignment for the browser name label Jun 8, 2021
@webcompat-bot webcompat-bot changed the title In the moderation queue. facetime.apple.com - site is not usable Jun 9, 2021
@webcompat-bot webcompat-bot added browser-firefox engine-gecko The browser uses the Gecko rendering engine priority-critical and removed action-needsmoderation The moderation has not yet been completed browser-fixme This requires manual assignment for the browser name labels Jun 9, 2021
@softvision-oana-arbuzov
Copy link
Member

Thanks for the report, I was able to reproduce the issue.
image

Note: The issue is not reproducible on Safari and Chrome.

Tested with:
Browser / Version: Firefox Nightly 91.0a1 (2021-06-08)
Operating System: Windows 10 Pro, macOS 11.4

Moving to Needsdiagnosis for further investigation.

@softvision-oana-arbuzov softvision-oana-arbuzov added severity-critical The site or core functionality is unusable, or you would probably open another browser to use it. type-unsupported Doesn't support one or more browser labels Jun 9, 2021
@softvision-oana-arbuzov softvision-oana-arbuzov changed the title facetime.apple.com - site is not usable facetime.apple.com - Firefox is unsupported browser Jun 9, 2021
@karlcow
Copy link
Member

karlcow commented Jun 10, 2021

fwiw, they do the right thing.

                  {
                    key: "isOnSupportedDesktop",
                    get: function () {
                      return this.isFaceTimeDomain
                        ? this.isOnSupportedWebRTC
                        : this.isBrowserVersionAtLeast({
                            mobilesafari: -1,
                            android: -1,
                            safari: 6,
                            firefox: 21,
                            opera: 0,
                            crios: 0,
                            chrome: 0,
                            edge: 79,
                            ie: -1,
                            otherwise: !0,
                          });
                    },
                  },

and

                  {
                    key: "isOnSupportedWebRTC",
                    get: function () {
                      return (
                        !!RTCRtpSender &&
                        (!!RTCRtpSender.prototype.createEncodedStreams ||
                          (!!window.SFrameTransform &&
                            "transform" in RTCRtpSender.prototype))
                      );
                    },
                  },

!!RTCRtpSender.prototype.createEncodedStreams || !!window.SFrameTransform && 'transform' in RTCRtpSender.prototype this will fail in firefox.

@karlcow
Copy link
Member

karlcow commented Jun 10, 2021

@karlcow karlcow closed this as completed Jun 10, 2021
@karlcow karlcow modified the milestones: needsdiagnosis, duplicate Jun 10, 2021
@karlcow karlcow added the type-webrtc Issues with WebRTC (PeerConnection etc) label Jun 10, 2021
@karlcow
Copy link
Member

karlcow commented Jun 14, 2021

@slrgt
Copy link

slrgt commented Nov 15, 2023

any update on this?

@karlcow
Copy link
Member

karlcow commented Nov 20, 2023

Let me check.

@karlcow karlcow self-assigned this Nov 20, 2023
@karlcow
Copy link
Member

karlcow commented Dec 12, 2023

So from my latest tests

  • In both Firefox and Safari
  • on both iOS and macOS

FaceTime is not usable anymore.

Only on the app. It redirects to https://support.apple.com/en-us/HT204380

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
browser-firefox engine-gecko The browser uses the Gecko rendering engine priority-critical severity-critical The site or core functionality is unusable, or you would probably open another browser to use it. type-unsupported Doesn't support one or more browser type-webrtc Issues with WebRTC (PeerConnection etc)
Projects
None yet
Development

No branches or pull requests

4 participants