How to implement right-click or long press events on a widget #1970
Unanswered
wanglifeng95
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Toga doesn't currently have an API for pop-up menus. It should be possible to implement such a feature using direct access to platform native APIs; however, that code won't be cross-platform. |
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
-
After reviewing relevant documents, I still couldn't find how to implement right-click or long press on a widget to pop up a menu.How can we achieve it in Toga?
Beta Was this translation helpful? Give feedback.
All reactions