Skip to content

Commit

Permalink
fix: request focus after custom view hided (apache#1216)
Browse files Browse the repository at this point in the history
Co-authored-by: Dominik Hendrix <hendrix@schaffrath-digital.de>
  • Loading branch information
2 people authored and wedgberto committed May 17, 2022
1 parent f91f75c commit 3d14185
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions framework/src/org/apache/cordova/CordovaWebViewImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ public void hideCustomView() {

// Show the content view.
engine.getView().setVisibility(View.VISIBLE);
engine.getView().requestFocus();
}

@Override
Expand Down

0 comments on commit 3d14185

Please sign in to comment.