简体   繁体   中英

Web View Horizontal Scrolling issues above kitkat

我在Webview中称一个Url,它显示了水平滚动网格,它在Kitkat中可以平滑滚动,但在其他android版本中则不能平滑滚动。如果我们将此URL称为android浏览器,则它可以平滑滚动。

Disable hardware acceleration in your activity like this:

<activity android:name="your.package.Activity"

            android:hardwareAccelerated="false"

            ...  />

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM