Detect iPad or iPhone or Android in Corona SDK? By James | January 17, 2012 0 Comment It is very simple to get which device are you running the app in corona SDK. Take a look at the code snippet. local device = system.getInfo( "model" ) if (device == "iPad") then { print ("iPad") } else { print ("iPhone or Android"); } end More Similar Posts How to use YouTube APIs and Play YouTube videos inĀ Flutter.Flutter Tutorial - Google Maps in FlutterFirebase Push Notifications in FlutterPerformance programming in Flutter using IsolatesWorking With Low-Level Isolate APIs in FlutterCreate an awesome background running Music Player…Local Notifications in FlutterDownload ZIP, Extract it and Show the images file in…Offline Database from WebService using SQFlite in FlutterAuto Generate JSON Models in Flutter, Filtering a…App Theming in Flutter - Dark Mode/ Light ModeChat Application in Flutter Using Socket IOSocket Programming in Flutter, Build Chat Apps in FlutterGoogle's Flutter Quick TipsLoad Local html file into WebView in Flutter. Call…Network Connectivity in FlutterUnderstanding Application States in FlutterFirebase Storage - Uploading and Downloading files &…Animations made simple in Flutter using Animator PluginReusable Widgets & Reusable Custom AppBars inĀ Flutter.Custom BottomSheet, Custom Snackbar in Flutter using…Flutter Tutorials - Handling Back Button in Flutter…BLOC Pattern in Flutter explained with Real ExampleCreating Dynamic Forms & Get Data from Dynamic Forms…MVVM in Android - ViewModels, ViewModelScope,…