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

Browser Configuration
_From webcompat.com with 鉂わ笍_
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.

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)