meteor-user-status
meteor-user-status copied to clipboard
Feature Request: User device detection / Meteor.isCordova check
Thanks @mizzao for this awesome package!
It would be great if there was a field under status and lastLogin for the device the user is/was using. Basically I would like to know if they are using the app or the web version (in the latter case, one could differentiate more, between different devices).
Are you talking about the userAgent field? Or you actually want to know if they are logging in from Cordova or regular browser?
I want to know whether they're logging in from Cordova or regular browser. AFAIK using the user agent string for device detection isn't always reliable?
I don't use Cordova regularly right now and can't really help with this, but would be happy to review a PR.