Skip to content

Instantly share code, notes, and snippets.

View mrrobot97's full-sized avatar
I may be slow to respond.

hiki mrrobot97

I may be slow to respond.
  • Beijing
View GitHub Profile
@mrrobot97
mrrobot97 / X5WebViewUtils.kt
Last active January 12, 2021 08:05
X5WebView Capture Screen
import android.graphics.Bitmap
import android.graphics.Canvas
import android.graphics.Point
import com.tencent.smtt.sdk.WebView
/**
* Created by yangjw on 2019/3/14.
*/
fun WebView?.getSize(): Point? {