Shion のもくログ(旧: Shion の技術メモ)

使った技術のメモや、うまくいかなかった事とかを綴ります

PR

2023/10/07 ~ 2023/10/13 のもくもく日記

もくもく 前回までは

2023/09/30 ~ 2023/10/06 のもくもく日記 をご覧ください。

途中経過

その1

Android でWebView のデバッグをしたい場合、 少し前までsetWebContentsDebuggingEnabled を使って手動で有効化する必要があった。 ……なんだけど、実はWebView 113 .0 .5656 .0 以降では自動でデバッグが有効になるらしい👀 知らんかったw

In WebView 113.0.5656.0 and later, this is enabled automatically if the app is declared as android:debuggable="true" in its manifest; otherwise, the default is false.

https://developer.android.com/reference/android/webkit/WebView#setWebContentsDebuggingEnabled(boolean)

今回の進捗

※関連Tweet
PR