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