Page 1 of 1
iOS native dialog box
Posted: Tue Jun 07, 2016 12:15 am
by simon.schvartzman
Hi team, I wonder if there is any way (control / widget / function) to show a dialog box like the native iOS one in the attached image.
Many thanks in advance for any hint..
Re: iOS native dialog box
Posted: Tue Jun 07, 2016 5:35 am
by Dixie
Use mergPop...
Re: iOS native dialog box
Posted: Tue Jun 07, 2016 1:18 pm
by simon.schvartzman
Many thanks Dixie. Anything similar for Android?
Best!
Re: iOS native dialog box
Posted: Tue Jun 07, 2016 1:38 pm
by FourthWorld
The mobilePick function is available for both iOS and Android.
Re: iOS native dialog box
Posted: Tue Jun 07, 2016 1:59 pm
by simon.schvartzman
thanks Richard. mobilePick doesn't look so nice as mergPop but will do the job.
Re: iOS native dialog box
Posted: Tue Jun 07, 2016 6:51 pm
by Dixie
You could 'roll your own' dialog box to look like that...

Re: iOS native dialog box
Posted: Tue Jun 07, 2016 7:51 pm
by FourthWorld
simon.schvartzman wrote:thanks Richard. mobilePick doesn't look so nice as mergPop but will do the job.
MobilePick should be using OS-native appearances. If it looks substantially different from what should be the same OS routines Monte's external is using IMO that would be a bug.
Re: iOS native dialog box
Posted: Wed Jun 08, 2016 6:01 pm
by simon.schvartzman
Richard, mobilePick "Presents the user with a native list picker dialog." while mergPop "is an iOS external that adds functions to present an action sheet (popover on iPad) and contextual menu for user interaction."
In other words mobilePick (works fine) brings up the "selection wheel" which is different from what I was originally looking for according to the initial post.
Hope I made myself clear...
Best!
Re: iOS native dialog box
Posted: Wed Jun 08, 2016 6:11 pm
by FourthWorld
All good, Simon. When you'd mentioned LC's use of the OS APIs in mobilePick "doesn't look so nice" I took that to mean it wasn't on par with OS conventions. If it is indeed doing what's expected on iOS it doesn't seem there's a problem.