Skip to content
#

header

Here are 488 public repositories matching this topic...

michaellee123
michaellee123 commented Dec 18, 2020

在WebView下拉刷新的时候,如果html中还有自己的下拉,那在SmartRefreshLayout中就会出现各种问题。我解决了这个问题,给大家分享一下解决方案。
首先自定义WebView,代码如下:

import android.content.Context;
import android.util.AttributeSet;
import android.view.MotionEvent;
import android.webkit.WebView;

public class MyWebView extends WebView {

    public interface RefreshStateListener {
        public void refreshState(boolean canRefresh);
    }
pi0trpietruszewski
pi0trpietruszewski commented Feb 4, 2021

Title

  • I'm submitting a ...

    • bug report
    • feature request
    • support request
  • If bug, used module version

    0.4.0

  • Platform

    • ios
    • android
  • What is the current behavior?

  • When using bounce on scroll down, animation wont back to default scroll position.

  • **If the current behavior is a bug, please provide th

bug good first issue work in progress

1.抖音视频转场动画, 评论手势拖拽效果 , 视频播放, 边下边播, 预加载, TikTok 2.铃声多多,上传铃声音频到库乐队(GarageBand) 3.微博主页、简书主页等。多页面嵌套列表分页滚动,上下滑动,左右滑动切换页面。类似TableView共用HeaderView悬浮,仿头条标签编辑,铃声多多音乐播放界面(豆瓣电影主页)。

  • Updated Apr 5, 2022
  • Objective-C

Improve this page

Add a description, image, and links to the header topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the header topic, visit your repo's landing page and select "manage topics."

Learn more