-
Notifications
You must be signed in to change notification settings - Fork 52
[ewk_webview_flutter] Introduce ewk_webview_flutter_tizen #400
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
3202683 to
6daa055
Compare
6daa055 to
7836fb4
Compare
|
Can you tell me which source code is based on? |
|
@haesik |
b43b8fb to
6824991
Compare
* This is almost same as the webview_flutter_tizen except for backend web engine. Signed-off-by: MuHong Byun <[email protected]>
6824991 to
50ac06e
Compare
| eina_list_free(pointList); | ||
| } | ||
|
|
||
| bool WebView::SendKey(const char* key, const char* string, const char* compose, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
I got a requirement to show software keyboard on ewk webview. This patch to allow showing software keyboard on ewk webview. Note: |
|
@bwikbs Can you please update the ewk webview using the [patch] (bbrto21@2fa5705) immediately. |
Thank you! |
Got it! |
|
I just opened 2 PR on @bwikbs repo. |
Signed-off-by: Boram Bae <[email protected]>
Signed-off-by: Boram Bae <[email protected]>
|
I opened PR on @bwikbs repo for the change of |
Signed-off-by: swan.seo <[email protected]>
Signed-off-by: MuHong Byun <[email protected]>
|
Continued in #479 |
* This PR based on #400. * It provides a much more reliable user experience about web browsing than using LWE. * But EWK's offscreen rendering only works well on TV devices, so other devices and emulators are not supported. Signed-off-by: Boram Bae <[email protected]>
Signed-off-by: MuHong Byun [email protected]