英文:
The window size when using window.open in Edge's App Mode
问题
使用 window.open 函数在 Edge 的应用模式中打开浏览器时,窗口大小会变得比指定的高度和宽度小。可能的原因是什么?此外,最大高度限制为 1033px。窗口大小变小的原因以及可能的解决方法是什么?
英文:
When using the window.open function in a browser opened in Edge's App Mode,
the window size becomes smaller than the specified height and width.
What could be the cause?
Also, the maximum height is limited to 1033px
The cause of the window size becoming smaller than the specified value and its possible solutions
答案1
得分: 0
我认为这是设计如此。我也在Chrome中进行了测试,它的行为相同。Edge和Chrome都使用Chromium,如果你认为这是一个问题,你可以在这个论坛上提供反馈。
关于最大高度限制,我认为这取决于你的显示器高度。
英文:
I think that's by design. I also test in Chrome and it's the same behavior. Edge and Chrome both use chromium, if you think that's an issue, you can provide feedback on this forum.
For the maximum height limitation, I think that depends on your monitor's height.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论