about summary refs log tree commit diff
path: root/app/assets/javascripts/components/is_mobile.jsx
AgeCommit message (Collapse)Author
2017-03-07Try to detect iOS and *not* autoplay any videosEugen Rochko
Technically the check for iOS from components is a side effect, because it's neither in state nor props, but the user agent does not change, so I think that's okay.
2017-01-08Switch to compose view when tapping 'mention' in dropdown on mobileblackle