Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在创建一个垂直 gwt 菜单栏,我想知道是否有办法检测浏览器窗口边界。如果它不会导致它比浏览器窗口的范围更宽,我想在右侧打开一个子菜单(自然地),否则我想向左打开。有没有办法以编程方式知道浏览器窗口的边界以实现此功能。
您可以使用Window.getClientWidth()andWindow.getClientHeight()来获取窗口边界。
Window.getClientWidth()
Window.getClientHeight()