Patrick Marabeas

Results 41 comments of Patrick Marabeas

Not working on v2.2 Android browser. Scrolling altogether doesn't work.

Are you able to replicate the issue for me in a codepen (or similar)? On 31 Jul. 2017 11:04 pm, "Rakesh Kumar Sinha" wrote: > hi, > first thank for...

This doesn't allow for each font to appear as loaded - couldn't we simply hide/show content based on `fontName`/`no-fontName` classes on html element?

Ah assumed `fontName` class was added on success. Could either do that, or add a `fontName-loading` class

I've been mulling the idea of giving the `fitTextConfigProvider` an array of things to watch. Won't be able to implement this for the next ~month though unfortunately, so feel free...

@devidation: Debounce the call your slider makes. Have a look at how ngFitText handles the resize event if a debounce function is supplied.

If you can create a demo on codepen illustrating the digest issue I'll look at fixing.

Nice; please merge with master and add an example to demo page!

Try setting `data-fittext-load-delay` to something longer than the expected transition. If that fixes the problem then it'll probably mean adding some checks around whether the parent has a width or...

I only suggest for debugging - if using delay on fittext fixes the issue of transition time, then it's a base from which to patch. Happy to have code access...