ScrollContainer and WebView #1966
Unanswered
wanglifeng95
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Regarding point 1 - you'll need to provide an example. "It seems" isn't enough detail for us to use for debugging purposes. Regarding point 2 - The |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
1、Use of ScrollContainer. It seems that the scroll box cannot display all the sub items through scrolling, only a portion can be seen.
2、Use of WebView. Is the on_key_down event in WebView triggered when a button is clicked or when there is input from the keyboard in WebView? I have tried Toga_example ,and it seems that neither of the above two methods can activate this event, perhaps I did not understand it correctly. Can you provide a simple example of this event? I don't quite understand how to use on_key_down event.
Beta Was this translation helpful? Give feedback.
All reactions