Heinrich Goebl

Results 34 comments of Heinrich Goebl

Thanks! You're saving my day. My working solution looks like this (merged and corrected a bit): ```javascript var setWidth = function () { marginTop(height()); //checking IE11 var isIE = !!document.documentMode;...

Thanks @ctqctq it works perfectly with IE11. Much better solution.

Not answering the technical problem. But: mobileGrade nowadays doesn't play any role. Effectively, when we provide web pages, they will be seen by Android 75%, iPhone/iPad 24.99%. Who cares about...

Interesting facts - I didn't expect such numbers. IMHO the question is how many users of features phones visit web resources or watch videos and how often do they use...

But then we'd loose a detection of different vendors, right? Only mobile or not mobile.

@zeke do you think I should publish a new version now? Thanks for contributing BTW.

I'm having this issue in productive app since compiling with Gradle 4 / Android Studio 3.0, but only on Pixel devices with Android 7.1 and 8.0.

Thanks @ChristophKaser In the meantime, if switching from 2.3.0 to 3.0.0 of com.android.tools.build:gradle it is also necessary to change maven repository from `jcenter()` to `google()`.

Hi @mathisloge Many thanks for your contribution. I have to check a few things until I can merge this PR. - build process - demo - umd type generation (AMD...

Hi @mathisloge, I've tried to get this running with rollup and UMD-output. But I suppose it's a bit of a problem because Leaflet has its own inheritance (`Class.extend`) opposed to...