gpt4 book ai didi

java - gwt jsni document.documentElement.style.height

转载 作者:行者123 更新时间:2023-11-28 13:53:33 25 4
gpt4 key购买 nike

我尝试从此链接调用代码 https://stackoverflow.com/a/9100406/942113与 gwt jsni。

我的方法看起来像

  public static native void hideAddressBar() /*-{
if (document.documentElement.scrollHeight < $wnd.outerHeight * $wnd.devicePixelRatio) {
document.documentElement.style.height = ($wnd.outerHeight * $wnd.devicePixelRatio) + 'px';
}
setTimeout($wnd.scrollTo(1, 1), 0);
}-*/;

但是当我调用它时,什么也没有发生。

我的问题:是否可以使用 gwt jsni 设置 document.documentElement.style.height 的值?

最佳答案

尝试将其引用为 $doc 而不是 document

引用号:http://code.google.com/webtoolkit/doc/latest/DevGuideCodingBasicsJSNI.html

关于java - gwt jsni document.documentElement.style.height,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9403104/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com