You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I feel that the good approach for this would be write a new module for device support in QuoJS and use the Atoms Facade for the device detection. I don't know if jQuery have device detection, but would be a good way to have the minimal implementation in Atoms and delegate in the facade. What do you think?
At this moment I'm working in MacOSX with chrome and atoms doesn't detect anything.
Atoms.device
return:note also that it detects the browser as
small
. wtf.but is possible to know this information with
navigator.appVersion
:link related: http://stackoverflow.com/a/11219680/1656676
Another thing is that can be useful a function like
isMobile()
that return a simple boolean (for example, to use tap or click event)The text was updated successfully, but these errors were encountered: