mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-31 17:32:51 +08:00
fix: request focus after custom view hided (#1216)
Co-authored-by: Dominik Hendrix <hendrix@schaffrath-digital.de>
This commit is contained in:
parent
f15fec81cf
commit
3e870e3a04
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user