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
Hi, i am using pixi and EZGUI to create an online game. And i have some problems with components in a List component or Slider components when i resize canvas fit to browser size. When in small size, i can't drag the slider, and can't click exactly to another button in the list beside the first one.
I using this codes for resize canvas
You can check this issus in my page : http://t5.tofu.vn
Thank for your help and sorry for my bad english
The text was updated successfully, but these errors were encountered:
Hi,
I'm afraid the only way to keep controls consistency after screen resize is to rebuild them (using rebuild()) method, in your case you have to rebuild the whole screen.
in your case, you should call .rebuild() in your main EZGUI control so it redraw the whole scene after resize.
you'll maybe need to keep an interval of time between resize to prevent unnesseccary redraws dyring the resize operation.
Hi, i am using pixi and EZGUI to create an online game. And i have some problems with components in a List component or Slider components when i resize canvas fit to browser size. When in small size, i can't drag the slider, and can't click exactly to another button in the list beside the first one.

I using this codes for resize canvas
You can check this issus in my page : http://t5.tofu.vn
Thank for your help and sorry for my bad english
The text was updated successfully, but these errors were encountered: