1
0
mirror of https://github.com/lancedikson/bowser synced 2026-09-23 20:44:24 +00:00

Correctly detect Firefox on iPad

This commit is contained in:
Joseph Culbert
2019-12-13 16:36:53 -06:00
parent d95fe87b06
commit b213e4c8a6
3 changed files with 40 additions and 0 deletions

View File

@@ -57,6 +57,18 @@ export default [
},
},
/* Firefox on iPad */
{
test: [/Macintosh(.*?) FxiOS(.*?) Version\//],
describe() {
return {
type: PLATFORMS_MAP.tablet,
vendor: 'Apple',
model: 'iPad',
};
},
},
/* Amazon Kindle Fire */
{
test: [/kftt build/i],