fix: request focus after custom view hided (#1216)

Co-authored-by: Dominik Hendrix <hendrix@schaffrath-digital.de>
This commit is contained in:
Dominik Hendrix
2021-07-14 04:42:19 +02:00
committed by GitHub
parent f15fec81cf
commit 3e870e3a04
@@ -338,6 +338,7 @@ public class CordovaWebViewImpl implements CordovaWebView {
// Show the content view.
engine.getView().setVisibility(View.VISIBLE);
engine.getView().requestFocus();
}
@Override