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 <boram21.bae@samsung.com>
* Remove unnecessary PlatformView APIs
Signed-off-by: Boram Bae <boram21.bae@samsung.com>
* Tidy up based on review
Signed-off-by: Boram Bae <boram21.bae@samsung.com>
* 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 <boram21.bae@samsung.com>
* Use #if defined() instead of #ifdef
Signed-off-by: Boram Bae <boram21.bae@samsung.com>
* Rename to ShouldNotFilterEvent
Signed-off-by: Boram Bae <boram21.bae@samsung.com>
0 commit comments