fnando / browser

Do some browser detection with Ruby. Includes ActionController integration.
MIT License
2.45k stars 361 forks source link

Add KaiOS support #501

Closed artygus closed 4 years ago

artygus commented 4 years ago

This PR adds support for detection KaiOS platform. KaiOS is a fork of Firefox OS.

https://www.kaiostech.com/ https://en.wikipedia.org/wiki/KaiOS

Detection seem straightforward, except for user-agent used by Jio Phone 2 which contains Android string.

fnando commented 4 years ago

Thanks for the pull request!