webcompat / web-bugs

A place to report bugs on websites.
https://webcompat.com
Mozilla Public License 2.0
741 stars 64 forks source link

wifiprofile.spectrum.net - Firefox is unsupported browser #80253

Open webcompat-bot opened 3 years ago

webcompat-bot commented 3 years ago

URL: https://wifiprofile.spectrum.net/#/unsupportedbrowser

Browser / Version: Firefox iOS 34.2 Operating System: iOS 14.6 Tested Another Browser: Yes Safari

Problem type: Site is not usable Description: Browser unsupported Steps to Reproduce: Error message saying browser not supported

Browser Configuration
  • None

From webcompat.com with ❤️

softvision-oana-arbuzov commented 3 years ago

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

Note: The issue is not reproducible on Safari.

Tested with: Browser / Version: Firefox Daylight 35.0 (5448) Operating System: iPod touch iOS 12.5.4 (1136 x 640 pixels (~326 ppi pixel density)

Moving to Needsdiagnosis for further investigation.

ksy36 commented 3 years ago

Based on UA detection:

      e.prototype.deviceDetectionForLogin = function () {
        'Mac OS' === this.deviceInfo.os.name || 'iOS' === this.deviceInfo.os.name ? this.deviceInfo.browser.name.includes('Safari') ? 'Mac OS' === this.deviceInfo.os.name ? (this.platformName = 'osx', this.router.navigate(['osx-login'])) : (this.platformName = 'ios', this.router.navigate(['login'])) : this.router.navigate(['unsupportedbrowser']) : this.router.navigate('Android' === this.deviceInfo.os.name ? [
          'android'
        ] : [
          'windows'
        ])
      },

Also not supporting Chrome on iOS. Lets move to needscontact.

webcompat-bot commented 3 years ago

Generate outreach template