Skip to content

Commit

Permalink
opens keyboard when focus is on input text box
Browse files Browse the repository at this point in the history
  • Loading branch information
pratyaksh1610 authored and mikehardy committed Oct 20, 2023
1 parent a0f896a commit a383fe6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1024,7 +1024,7 @@ abstract class AbstractFlashcardViewer :
webView.settings.allowFileAccess = true

// Problems with focus and input tags is the reason we keep the old type answer mechanism for old Androids.
webView.isFocusableInTouchMode = typeAnswer!!.useInputTag
webView.isFocusableInTouchMode = typeAnswer!!.autoFocus
webView.isScrollbarFadingEnabled = true
Timber.d("Focusable = %s, Focusable in touch mode = %s", webView.isFocusable, webView.isFocusableInTouchMode)
webView.webViewClient = CardViewerWebClient(mAssetLoader, this)
Expand Down

0 comments on commit a383fe6

Please sign in to comment.