NativeDialogs
NativeDialogs copied to clipboard
NativeDatePickerDialog is displayed as a black rectangle
NativeDatePickerDialog starts to be displayed in the following way (see attach) on my iOS 7. I'm not sure it began after your recent fixes related to list dialog, but I've noticed the issue at the same time. Can it be fixed by assigning some custom theme (I can see only the ones for Android) or does it need some changes in ANE? My code has not been changed so a presume it's not my fault...
Are you usingthe AIR SDK 3.9?
Try using AIR SDK 3.8
https://github.com/mateuszmackowiak/NativeDialogs/issues/38
That's the reason! IMHO (while the issue can't be fixed) it should be good to add a remark to a "warnings" section or else.
In AIR 3.8 it works ok but not 3.9. It looks like a theme issue since in 3.8 it has a more ios6 look where with 3.9 it seems to give it the new IOS look (you can see it when you dismiss the dialog). Is this an AIR issue or ANE issue?
I have the suspicion that it is a problem of AIR, because each SDK package contains a folder with iOS "native" frameworks but with a special compilation from what I understand, but the framework made to show the "pickers" have a problem.
Anyone opened a bug with Adobe?
Rolling back to 3.8 doesn't seem to work for me - any news on this?
IPAD - 3.8 Air works, IPAD 4.0 don't work (black screen but when you close the dialog there you can see the calendar being faded), on Android - Air 4.0 works good
I was fixed this problem here is the new ANE compiled:
https://github.com/esdebon/NativeDialogs/releases/download/1.0/NativeDialogs.zip
esdebon THANK YOU SIR! you are star!