javier.demendonca@zendesk.com

Guide profile description

  • Total activity 57
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 36

Articles

Recent activity by javier.demendonca@zendesk.com Recent activity Votes
  • Image test

  • Pulling device type from Messaging

    Code: function checkIphone() { const u = navigator.userAgent; return !!u.match(/iPhone/i); } function checkAndroid() { const u = navigator.userAgent; ...