Implemented the Twitter widget on a website and want to connect the window resize events in order to resize the Twitter widget to fill the space.
Tried using combinations of Widget.setDimensions(), render() and start()/stop() but cannot find the right combination.
- When using setDimension() the geometry won’t change without render().
- After doing render(), the widget resizes but the feed stops and won’t continue.
- Using stop() , setDimensions(), render(), start() also doesn’t continue the feed.
Suggestions?