You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Refactor TextInputChannel
* Introduce TizenInputMethodContext
* Do not handle key event for PlatformView in TextInputChannel
Each PlatformView must Implement to handle key event.
After this patch, the input panel of webview_flutter does not work properly.
but it have to handle every key event on itself like webview_flutter_ewk does.
Signed-off-by: Boram Bae <[email protected]>
* Remove unnecessary PlatformView APIs
Signed-off-by: Boram Bae <[email protected]>
* Tidy up based on review
Signed-off-by: Boram Bae <[email protected]>
* Always Send key event to TextInputChannel
* Use SendKeyEvent as the method name for handling key events like others.
* SendKeyEvent returns true if the key event has been handled.
Signed-off-by: Boram Bae <[email protected]>
* Use #if defined() instead of #ifdef
Signed-off-by: Boram Bae <[email protected]>
* Rename to ShouldNotFilterEvent
Signed-off-by: Boram Bae <[email protected]>
0 commit comments