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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -338,6 +338,7 @@ public class CordovaWebViewImpl implements CordovaWebView {
// Show the content view. // Show the content view.
engine.getView().setVisibility(View.VISIBLE); engine.getView().setVisibility(View.VISIBLE);
engine.getView().requestFocus();
} }
@Override @Override