-
-
Notifications
You must be signed in to change notification settings - Fork 41
launch.json configuration settings for simulating common mobile devices in Adobe AIR
Josh Tynjala edited this page Feb 24, 2017
·
5 revisions
For convenience, this page collects launch.json
configuration settings for simulating a number of common mobile devices in the Adobe AIR Debug Launcher. Please note that this page is not intended to provide a complete list of all available mobile devices on the market.
To learn how to use these settings in launch.json
, visit Debug an Adobe AIR mobile application with Visual Studio Code.
"screensize": "iPhone",
"screenDPI": 163,
"versionPlatform": "IOS"
"screensize": "iPhoneRetina",
"screenDPI": 326,
"versionPlatform": "IOS"
"screensize": "iPhone5Retina",
"screenDPI": 326,
"versionPlatform": "IOS"
"screensize": "iPhone6",
"screenDPI": 326,
"versionPlatform": "IOS"
"screensize": "iPhone6Plus",
"screenDPI": 401,
"versionPlatform": "IOS"
"screensize": "iPad",
"screenDPI": 132,
"versionPlatform": "IOS"
"screensize": "iPadRetina",
"screenDPI": 264,
"versionPlatform": "IOS"
"screensize": "2048x2732:2048x2692",
"screenDPI": 264,
"versionPlatform": "IOS"
"screensize": "NexusOne",
"screenDPI": 252,
"versionPlatform": "AND"
"screensize": "720x1280:720x1232",
"screenDPI": 316,
"versionPlatform": "AND"
"screensize": "768x1280:768x1232",
"screenDPI": 318,
"versionPlatform": "AND"
"screensize": "1080x1776:1080x1701",
"screenDPI": 445,
"versionPlatform": "AND"
"screensize": "1080x1776:1080x1701",
"screenDPI": 424,
"versionPlatform": "AND"
"screensize": "1440x2560:1440x2392",
"screenDPI": 493,
"versionPlatform": "AND"
"screensize": "1440x2560:1440x2392",
"screenDPI": 515,
"versionPlatform": "AND"
"screensize": "800x1280:800x1183",
"screenDPI": 216,
"versionPlatform": "AND"
"screensize": "1200x1920:1200x1824",
"screenDPI": 323,
"versionPlatform": "AND"
"screensize": "1536x2048:1536x1952",
"screenDPI": 288,
"versionPlatform": "AND"
"screensize": "1600x2560:1600x2464",
"screenDPI": 300,
"versionPlatform": "AND"
- Adobe AIR (Mobile)
- Adobe AIR (Desktop)
- Adobe Flash Player
- Apache Royale
- HTML and JS (no framework)
- Node.js
- Feathers SDK
- Adobe Animate
- Classic Flex SDK
- Library (SWC)
- Royale Library (SWC)