Jackson

Results 26 comments of Jackson

@breautek Oh damn, thanks for pointing that out. I'm not positive it's happening on android but let me test that out real quick..

@breautek I got sidetracked - just tested and this happens on both android AND ios. My suspicion is that the assets in question are not required for DOM ready to...

1) I used DOM ready a bit losely (from jquery days) but yes that would be equiv to `DOMContentLoaded` 2) For whatever reason the asset loading hangs severely. The only...

So this morning I'm using a different browser inspector and I'm seeing: `one-of-the-broken-images.png:1 Failed to load resource: net::ERR_FILE_NOT_FOUND` When you refresh the page (via console or link click) and the...

@breautek I figured this was pretty low on the priority list. I can verify on my end that it's happening to `@font` rules in css include `background-image` rules. I'm going...

My temporary hack: ``` if (document.fonts.status === "loading") { document.fonts.ready.then(() => { const href = window.location.href; if (href.indexOf("cordova-fix")

Looks like it should be `el`

Leaving this open so you can apply the fix (tested on jsfiddle) http://jsfiddle.net/kcfqx6hu/

@abhinavdalal Thanks for replying `partialVisibilityGutter` works as expected when `centerMode=false` and `partialVisible=true` Unfortunately, if `centerMode=true` and `partialVisible=false` then `partialVisibilityGutter` doesn't effect the partial visibility regardless of how high or low...

I was swept away and can't even remember what we did with this. I didn't update or I would have pushed, I probably found a sneaky work around or went...