Skip to content

Commit

Permalink
Sets textZoom to 100 for webview so user display settings don't cause…
Browse files Browse the repository at this point in the history
… overlap
  • Loading branch information
josepatinob committed Oct 21, 2022
1 parent 34bf8c7 commit fb87c83
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ class HelpFragment : Fragment(), HasBackstack, Toolbar.OnMenuItemClickListener {
webViewClient = SupportWebViewClient()
loadUrl(loadedUrl ?: "https://support.pocketcasts.com/android/?device=android")
settings.javaScriptEnabled = true
settings.textZoom = 100
}
loadingView = view.findViewById(VR.id.progress_circle)
layoutError = view.findViewById(VR.id.layoutLoadingError)
Expand Down

0 comments on commit fb87c83

Please sign in to comment.