By user3376886 I am making a firemonkey mobile application for Android and IOS, I can’t seem to find any built in popup dialogs that allow you to have a dropdown menu, so I wanted to know how to create my own.
I tried creating a TForm and doing
Tform.showmodal;
But when I run it on my mobile device it says that modals are not supported. There must be some way to do it though. So how can I create a custom dialog? …read more
Via: StackOverflow