Denis Demchenko
Denis Demchenko
As I understood, you want to have `browserlist`-like syntax for `bowserParser.satisfies()` method, right? We're not going to add browserlist dependency as it will blow up the package size much more...
Hi! Thanks for the heads-up! I hadn't checked it before, but a quick look into the topic showed that there's not much to change for bowser. It's only the device...
Unfortunately, not. But seems to be quite a wanted feature. I guess I won't have enough time to do it, so it's open for an enthusiastic programmer to code it...
@maerzhase, well, the terms seem very close to me. However, we could add MS Office detection regardless of the webview detection I guess.
@milen-yordanov, must be fixed with the 2.6.1 release, please check it out :)
Ok, I was expecting that angular would take a ES5 version of bowser, since 2.6.1 introduces the "browser" property, which points to es5.js. Anyway, I will take a look at...
Hi, @RUVATA. Thanks for your report. I'll check this out and fix soon :)
Hi, @kevinhaas! Thanks for the question and sorry for such a late answer. Having hectic times :D Unfortunately, the `Parser.is()` method is not that flexible and doesn't reply to short...
@SomeProgrammerGuy, thanks for the question, that's a good one. > When any library is attempting to detect something that is old then it needs to run on the old thing....
Btw, did you try to use the `bowser/bundled` version? It should have all the needed polyfills already inside. It's mentioned in README.md just below the use cases you pointed above:...