Skip to content

Instantly share code, notes, and snippets.

@rafaelmaeuer
Last active October 9, 2017 14:01
Show Gist options
  • Save rafaelmaeuer/20c25c315ed01ae2bb73aa98a803f16b to your computer and use it in GitHub Desktop.
Save rafaelmaeuer/20c25c315ed01ae2bb73aa98a803f16b to your computer and use it in GitHub Desktop.
wurfl.js: Detect Device-Type - From https://web.wurfl.io/#wurfl-js
if (WURFL.is_mobile === true && WURFL.form_factor === "Smartphone") {
// targetSmartPhoneDevices();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment