Hi, guys,
We are developing a html editor with Android WebView. And recently, we try to
integrate Crosswalk to make 4.x have same good experience.
We switch Android native WebView to XWalkView, and enable Html to
contentEditable, and load JavaScript to add/delete image and typeset.
But we find 3 problems:
1: We can not get the focus of XWalkView when we call RequestFocusFromTouch()
of XWalkView;
2: When we touch our auxiliary button to add image, the cursor will disappear,
we can not add image indeed;
3: We can not open soft keyboard again when we call Android native method:
InputMethodManager m = (InputMethodManager)
mWebViewEditor.getContext().getSystemService(Context.INPUT_METHOD_SERVICE);
m.toggleSoftInput(0, InputMethodManager.HIDE_NOT_ALWAYS);
These three problem are not happen when we use Android native WebView. And we
study them a few days, but we can not find any cues...
So, we need your help. How can we do? There are other methods to get focus and
open/hidden soft keyboard?
Best Regards,
Louis Lu
Aura Marker Studio_______________________________________________
Crosswalk-help mailing list
[email protected]
https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help