Skip to content

Instantly share code, notes, and snippets.

@TorkelV
Last active November 22, 2021 21:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TorkelV/eb7bc01763425fba185bf5126cde3995 to your computer and use it in GitHub Desktop.
Save TorkelV/eb7bc01763425fba185bf5126cde3995 to your computer and use it in GitHub Desktop.
Check if WebView is available
fun hasWebView(): Boolean {
return kotlin.runCatching { CookieManager.getInstance() }.isSuccess
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment