Skip to content

Instantly share code, notes, and snippets.

@kbshl
Created November 21, 2016 17:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kbshl/4d8d6a367ce8596cbe20bf9098a2a9a1 to your computer and use it in GitHub Desktop.
Save kbshl/4d8d6a367ce8596cbe20bf9098a2a9a1 to your computer and use it in GitHub Desktop.
Appcelerator: How to detect and run code specific to Genymotion Emulators - From https://www.appcelerator.com/blog/2016/03/how-to-detect-and-run-code-specific-to-genymotion-emulators/
var isGenymotion = Ti.Platform.name === 'android' && Ti.Platform.manufacturer === 'Genymotion';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment