Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebView+RecycleView html内容未铺满屏幕时,滑动有卡顿 #9

Open
azhu003 opened this issue Aug 9, 2018 · 0 comments
Open

Comments

@azhu003
Copy link

azhu003 commented Aug 9, 2018

是因为WebView没有自动适应网页的高度的原因吗

<DetailWebView
    android:id="@+id/article_web"
    android:layout_width="match_parent"
    android:layout_height="wrap_content" />

<DetailRecyclerView
    android:id="@+id/reply_recycler"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_marginTop="@dimen/dp10"
    android:paddingLeft="@dimen/dp14"
    android:paddingRight="@dimen/dp14" />
@azhu003 azhu003 changed the title WebView+RecycleView 内容未铺满屏幕时,滑动有卡顿 WebView+RecycleView html内容未铺满屏幕时,滑动有卡顿 Aug 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant