distriqt / airnativeextensions

DEPRECATED: Original repository of the distriqt native extensions and is no longer maintained. Please see our site for the latest ANEs
https://airnativeextensions.com
2 stars 0 forks source link

Dialog UI - Positioning DatePicker on iPad #275

Closed SlavomirDurej closed 8 years ago

SlavomirDurej commented 9 years ago

There's no way to position the DatePicker from Dialog ANE ? I'm using Dialog.service.showDatePicker command and it only accepts the DateTimePickerOptions , but not PopoverOptions which would enable us to position the popUp. While on Phones this is no issue, on iPad 3 (and above) DatePicker is weirdly positioned in the middle of the screen when element that triggered it is somewhere completely else!

marchbold commented 9 years ago

I'm looking into separating this functionality, providing the ability to show a date/time popover. This will allow you to make the decision on whether to display a popover or a popup.

SlavomirDurej commented 9 years ago

@marchbold That sound good Michael, thank you . Any ETA on when could this be implemented?

marchbold commented 9 years ago

Sorry not as yet, The current release brings iPad in line with iPhone devices and I'll be looking to include the popup function as soon as possible.