wendux / DSBridge-Android

:earth_americas: A modern cross-platform JavaScript bridge, through which you can invoke each other's functions synchronously or asynchronously between JavaScript and native.
3.77k stars 616 forks source link

Android DWebview滑动时卡顿 #63

Closed Lucklyheart closed 6 years ago

wendux commented 6 years ago

滑动过程中js有没有频繁调用原生方法?

Lucklyheart commented 6 years ago

滑动过程没有任何交互,不过打开硬件加速没有卡顿的情况了,应该是H5界面特效元素过多导致

Lucklyheart commented 6 years ago

不过在不开硬件加速的时候,使用Android原生的WebView打开相同的网页没有卡顿现象

wendux commented 6 years ago

你多试几次,DWebView是继承自原生WebView,只有调用时才会通信,没道理啊