-
Notifications
You must be signed in to change notification settings - Fork 47
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
[webview_flutter] Softkeyboard doesn't appear on when input text is clicked or focused in TV #718
Comments
Hi Could you please share some more information? |
Thanks @JSUYA for your concern. I also tried using [webview_flutter_tizen](https://github.com/flutter-tizen/plugins/tree/master/packages/webview_flutter. I used TV Remote Key-Event(Used Logical KeyEvent) to trigger click on buttons on webview. Button were clickable and it was redirecting to respective contents but when i click on input field they were not clickable or focusable and I am using stack for displaying cursor above the webview widget, and also using javascript evaluate function to trigger click and focus of the item in webview |
|
(Your code is not enough for me to test immediately. Can you share me some testable code? (It would be better if you modified the example code)) When calling element.click(), is flutter's focus focusing on the webview? Does the java script code work fine on other platforms? (maybe android?) If you are using a custom cursor(?), can you trigger an event through flutter code? Sorry for not being helpful. |
Help Wanted
The text was updated successfully, but these errors were encountered: