Skip to content

Commit

Permalink
fix: request focus after custom view hided (#1216)
Browse files Browse the repository at this point in the history
Co-authored-by: Dominik Hendrix <hendrix@schaffrath-digital.de>
  • Loading branch information
Heddy147 and Dominik Hendrix committed Jul 14, 2021
1 parent f15fec8 commit 3e870e3
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 3e870e3

Please sign in to comment.