我有WebView
<WebView
android:id="@+id/webView"
android:layout_width="300dp"
android:layout_height="300dp"
android:layout_marginTop="8dp"
android:clickable="false"
android:layerType="software"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"/>
我用GIF加载html
webView.setBackgroundColor(0x00000000);
webView.loadUrl("file:///android_asset/payPass.html");
在所有工作之前,但现在我注意到动画没有播放。我不明白可能出现什么问题
<html>
<body align='center'>
<img src="paypass.gif" align="center">
</body>
</html>
答案 0 :(得分:-1)
也许适用于Android版本。