2019-10-10

【Android】不讓 user 選取/複製 webview 內的內容

在 body 加入下述的 CSS 設定
body
{
    -webkit-user-select: none;
}