andreluizreis
5/1/2017 - 9:03 PM

Detect windows size and user agent android

Detect windows size and user agent android

isAndroidSmallScreen: Ember.computed ->
  small = Ember.$(window).width() < 640
  android = !!navigator.userAgent.match(/Android/i)
  small and android