NativeDialogs icon indicating copy to clipboard operation
NativeDialogs copied to clipboard

NativeListDialog not working on iOs7

Open achievegame opened this issue 12 years ago • 4 comments

achievegame avatar Oct 01 '13 06:10 achievegame

I can confirm this bug. It is happening in other native dialog ANEs as well, seems to be something on Apple's end. For the time being, I have created a Flex-based alternative to be used on iOS 7 only.

jjanusch avatar Oct 09 '13 21:10 jjanusch

thanx for that.I had talked to x-code developers.they are telling we can not add sub view in iOs 7.

achievegame avatar Oct 10 '13 05:10 achievegame

I just updated to the latest build and it this issue is fixed. To get the iOS 7 list, though, it seems as if you need to use NativeListDialog.defaultIOSTheme = NativeListDialog.IOS_PICKER_THEME;

jjanusch avatar Oct 18 '13 22:10 jjanusch

thanks a lot.I'll use it.

achievegame avatar Oct 19 '13 05:10 achievegame