Skip to content

Commit

Permalink
Merge pull request Automattic#446 from josepatinob/fix/get-in-touch-b…
Browse files Browse the repository at this point in the history
…uttons-overlap

Sets textZoom to 100 for webview
  • Loading branch information
geekygecko committed Oct 21, 2022
2 parents 34bf8c7 + fb87c83 commit 3791a48
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 3791a48

Please sign in to comment.