We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 515ba4c + 587c24a commit a949115Copy full SHA for a949115
frontend/express/public/javascripts/countly/countly.device.js
@@ -278,6 +278,12 @@
278
case "iPad3,6":
279
fullName = "iPad 4 (Global)";
280
break;
281
+ case "iPad4,1":
282
+ fullName = "iPad Air (WiFi)";
283
+ break;
284
+ case "iPad4,2":
285
+ fullName = "iPad Air (Global)";
286
287
case "iPad2,5":
288
fullName = "iPad Mini (WiFi)";
289
@@ -287,6 +293,12 @@
293
case "iPad2,7":
294
fullName = "iPad Mini (Global)";
295
296
+ case "iPad4,4":
297
+ fullName = "iPad Mini 2G (WiFi)";
298
299
+ case "iPad4,5":
300
+ fullName = "iPad Mini 2G (Global)";
301
290
302
case "i386":
291
303
fullName = "Simulator";
292
304
0 commit comments