trigger icon indicating copy to clipboard operation
trigger copied to clipboard

Stretch does not update popup size on window resize / orientation change

Open Vovan-VE opened this issue 4 years ago • 0 comments

Steps to reproduce:

  1. Simple demo: http://react-component.github.io/trigger/examples/simple.html
  2. placement = bottom left ; stretch = width / winWidth ; trigger = [ click ]
  3. Click test area to trigger a popup.
  4. Change screen orientation (resize window).

As the result the popup takes unexpected size from previous orientation. This may cause a visual mess on mobile screen.

Vovan-VE avatar Apr 21 '20 06:04 Vovan-VE