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
{{ message }}
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.
I create the XwalkView run on my external extend display through Android Presentation. I need to find the solution which can help me to show soft-keyboard and make input through my phone screen when I click INPUT or TEXTAREA on the webpage. Is there any solution in XwalkView to do that? I have tried to through js interface to add onfocus() on all INPUTs and TEXTAREAs and create JS function to trigger Activity create an EditView and open soft-keyboard through TextWatcher listener to update js function to make text input, but this solution can not 100% cover all web page. So is there any suggestion to help me find better solutions? Thank you!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi:
I create the XwalkView run on my external extend display through Android Presentation. I need to find the solution which can help me to show soft-keyboard and make input through my phone screen when I click INPUT or TEXTAREA on the webpage. Is there any solution in XwalkView to do that? I have tried to through js interface to add onfocus() on all INPUTs and TEXTAREAs and create JS function to trigger Activity create an EditView and open soft-keyboard through TextWatcher listener to update js function to make text input, but this solution can not 100% cover all web page. So is there any suggestion to help me find better solutions? Thank you!
The text was updated successfully, but these errors were encountered: