eface2face / rtcninja.js

WebRTC library to make media management easier across different browsers.
MIT License
73 stars 23 forks source link

Fix detection of mobile devices #22

Closed saghul closed 9 years ago

saghul commented 9 years ago

Only consider a device is a desktop computer iff is not a mobile nor a tablet.

saghul commented 9 years ago

Chrome for iPad doesn't set the mobile flag, so !!(!false || !true) == true. Oops!

saghul commented 9 years ago

Extra karma if if you can make a quick point release :-)

saghul commented 9 years ago

/cc @ibc

ibc commented 9 years ago

wow, annoying bug!

ibc commented 9 years ago

0.6.4 landed.

saghul commented 9 years ago

:heart_eyes: