FlowType is not updating when maximizing / restoring window

2

Flowtype is not updating the correct font size when I load the page without the window being maximized and maximizing it. When the window is maximized the font appears in the size it should be when it was not maximized. And if I restore to not get maximized the font gets the size it should be when maximized. If I resize the window with the mouse at the edges the Flowtype works fine. Would this be a bug or am I doing something wrong in JavaScript? I'm calling Flowtype when the page loads, if I move the code to when the window is resized Flowtype does not work.

    
asked by anonymous 19.02.2014 / 20:38

1 answer

1

The bug was apparently removed in version 1.1. Please update the version.

Edit:

Now I do not know if version 1.1 fixes the same or not. But I was able to eliminate the problem by calling FlowType with the same options in the onload event and in the resize event.

    
19.02.2014 / 21:05