Android and iOS: Is there an SDK for a "pop over context menu"? #14025
FizixTiramu
started this conversation in
General
Replies: 2 comments
-
There is https://github.com/hansemannn/titanium-tooltip but I've not used it. For iPad there is a native popover in the SDK https://titaniumsdk.com/api/titanium/ui/ipad/popover.html |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks, I'll check those out |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm not sure what the correct terminology is for this, so I've attached an image thats almost identical to what my client is looking for.
Basically, a popover context menu that appears when you long-tap on content that reveals options with an icon and label for various tasks such as "translate", "transliterate", "share", "copy". The type that hovers over the content with an arrow and disappears when you tap away from it.
Is there a built in SDK for this? or a module?
Most apps that have them seem consistent so I'm thinking there is a native way and I'd prefer to stick to that than custom build one (I can see a lot of events spewing out from it if I do). I've dug through the docs and I'm not seeing anything, not knowing the proper terminology for these probably isn't helping. :D
Beta Was this translation helpful? Give feedback.
All reactions