Web-bugs: www.toutemonannee.com - Firefox is unsupported browser

Created on 6 Sep 2020  路  11Comments  路  Source: webcompat/web-bugs



URL: https://www.toutemonannee.com/

Browser / Version: Firefox iOS 28.1
Operating System: iOS 14.0
Tested Another Browser: Yes Safari

Problem type: Something else
Description: Warning message about my outdated browser
Steps to Reproduce:


View the screenshot
Screenshot


Browser Configuration

  • None

_From webcompat.com with 鉂わ笍_

browser-firefox browser-firefox-ios engine-gecko os-ios type-unsupported

All 11 comments

Thanks for the report, @magsout.

@softvision-oana-arbuzov could you please check on your iOS device and see if the issue is reproducible?

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

Tested with:
Browser / Version: Firefox Release 28.1 (19225)
Operating System: iPod touch iOS 12.4.6 (1136 x 640 pixels (~326 ppi pixel density)

Moving to Needsdiagnosis for further investigation.

https://s1.toutemonannee.com/assets/outdated-browser/outdated-browser.min.js?v=4.4.19

        var browser = bowser.getParser(window.navigator.userAgent),

bowser.getParser(window.navigator.userAgent).parsedResult returns:

{
  "browser": {
    "name": "Firefox",
    "version": "17.1"
  },
  "os": {
    "name": "iOS",
    "version": "12.3"
  },
  "platform": {
    "type": "mobile",
    "vendor": "Apple",
    "model": "iPhone"
  },
  "engine": {
    "name": "WebKit",
    "version": "605.1.15"
  }
}

which is evaluated against:

        satisfies = browser.satisfies({
          windows: {
            'internet explorer': '>=11',
            edge: '>18'
          },
          macos: {
            safari: '>=12'
          },
          mobile: {
            safari: '>=12',
            'android browser': '>4.4',
            firefox: '>=66',
            opera: '>=50'
          },
          desktop: {
            firefox: '>=70',
            opera: '>=63'
          },
          edge: '>=81',
          chrome: '>=75',
          vivaldi: '>=2.8'
        });

It sees mobile but with Firefox being 17.1 and they expect something above 66.

Moving to needscontact.

They need either to have a rule for mobile ios firefox with the number of their choice.
Or they need to identify the iOS version. I wonder what is the chrome version number on iOS.

Chrome has the same release number than their other browser apps on different platforms.
https://www.whatismybrowser.com/guides/the-latest-version/chrome

Probably Firefox iOS should do the same.

@karlcow thanks. I could contact the website if you want?

yes @magsout that would be great. Thanks.

Done. Email sent.

It鈥檚 fixed 馃帄馃帀

very good work @magsout Thanks!

I can confirm it is fixed.
Image-1

Tested with:
Browser / Version: Firefox Release 28.2 (2470)
Operating System: iPod touch iOS 12.4.8 (1136 x 640 pixels (~326 ppi pixel density)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

bvanrijn picture bvanrijn  路  4Comments

oksas picture oksas  路  5Comments

IngrownMink4 picture IngrownMink4  路  3Comments

karlcow picture karlcow  路  5Comments

scheinercc picture scheinercc  路  6Comments