mya-ake / vue-window-size

Provides reactivity window size properties for Vue.js
https://www.npmjs.com/package/vue-window-size
MIT License
122 stars 5 forks source link

When Window on Max, The width or height not refresh! #422

Closed MoConWu closed 2 years ago

MoConWu commented 2 years ago

When Window on Max, The width or height not refresh!

mya-ake commented 2 years ago

@MoConWu Thank you for the issue. I tried it in chrome, and it seems to refresh. Let me ask you a few questions.

When Window on Max

Is it when you maximize the browser? If possible, I would like you to take a video of how you performed the operation.

What browsers does it occur in?

What version of vue and vue-window-size are you using?

MoConWu commented 2 years ago

@MoConWu Thank you for the issue. I tried it in chrome, and it seems to refresh. Let me ask you a few questions.

When Window on Max

Is it when you maximize the browser? If possible, I would like you to take a video of how you performed the operation.

What browsers does it occur in?

What version of vue and vue-window-size are you using?

Thank you.

I use it on electron v17.0.0 (lastest) project.

when electron window resizing, the value is changing, but when I max the window or recovery window size, the vlaue is not change.

MoConWu commented 2 years ago

I found that the scrollbar did not refresh the size, not the value refresh.