cprcrack / VideoEnabledWebView

Android's WebView and WebChromeClient class extensions that enable fully working HTML5 video support
MIT License
1.05k stars 289 forks source link

Keyboard not displaying after full screen #39

Open 24Lathiya opened 6 years ago

24Lathiya commented 6 years ago

Hi There, After toggle video (full screen) if you search for another video soft keyboard not displaying on screen. Please let me know why that function is not working? Thanks

guangmomo commented 5 years ago

Have you solved it? @24Lathiya

guangmomo commented 5 years ago

I solved it by: WebView.clearFocus()

erengms commented 2 years ago

thanks, solved my problem.