Veeck
Veeck
Which Modernizr version are you using and what is your config?
@mpreethi90 can't confirm this, your build shows Moderniz.emoji = true in my Chrome Version 71.0.3578.80 (64-Bit) Other browsers work correctly for you? Could language/country settings be the culprit? Any addons...
Well, I asked caniuse how they define "partial support" lets see what they say. I personally dont see it like that but rather as a bug... Would be hard to...
oninput seems to be something different than the InputEvent (https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/oninput vs https://developer.mozilla.org/de/docs/Web/API/InputEvent) would be weird (and quite difficult) to have those feature detects in one. but would you like to...
hi @eddr sorry for not answering sooner. Two things: 1) you shouldnt use hasEvent, that is an internal method, just use the normal method like: CSS .no-touchevents .box { color:...
hi @jhbsk do you want to create a preliminary PR to get the discussion going?
Hi @UrielMhezzek I think you are missing the option "setClasses" here. Please try the following config for building your modernizr: ``` { "options": [ "setClasses" ], "classPrefix": "foo-", "feature-detects": [...
hi @AlexTechNoir what version of modernizr is being used here?
Could you try changing the line ``` "test/img/webp" ``` in your config into ``` "img/webp" ``` ? The test prefix seems pretty weird to me (we dont use that in...
Could you post how your modernizr js looks like after it got build?