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:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user