mirror of
https://github.com/apache/cordova-android.git
synced 2025-03-14 23:31:03 +08:00

* (android) wrap custom view in FrameLayout Wraps the custom view in a FrameLayout in order to capture key events and redirect them to SystemWebView's dispatchKeyEvent. * Update framework/src/org/apache/cordova/CordovaWebViewImpl.java Co-Authored-By: エリス <erisu@users.noreply.github.com> * Update framework/src/org/apache/cordova/CordovaWebViewImpl.java Co-Authored-By: エリス <erisu@users.noreply.github.com> * Update framework/src/org/apache/cordova/CordovaWebViewImpl.java Co-Authored-By: エリス <erisu@users.noreply.github.com> * remove empty line below @override Co-authored-by: Norman Breau <norman@normanbreau.com> Co-authored-by: エリス <erisu@users.noreply.github.com>