You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have problem with resizing renderer canvas (:rendering="true" not window) after routing change. If I refresh page manually, everything works fine, but If I use native router event to change page - after that canvas has "height: 0, width: 0" and I must manually resize window to get correct values and show renderer. After that everything like dynamically resizing element works. If i set rendering to rendering=window, everything works as well but I need to have this renderer in the resizing element in our page.
Do anyone solved similar problem ?
Thanks.
The text was updated successfully, but these errors were encountered:
I have problem with resizing renderer canvas (:rendering="true" not window) after routing change. If I refresh page manually, everything works fine, but If I use native router event to change page - after that canvas has "height: 0, width: 0" and I must manually resize window to get correct values and show renderer. After that everything like dynamically resizing element works. If i set rendering to rendering=window, everything works as well but I need to have this renderer in the resizing element in our page.
Do anyone solved similar problem ?
Thanks.
The text was updated successfully, but these errors were encountered: