Josh Janusch

Results 8 comments of Josh Janusch

@mattmurton To get yours to compile, I had to compile with `-swf-version=27`, in case anyone has similar issues I'm using: iOS 8.2 iPad 3 AIR 18 Flex 13

I can confirm this bug is happening on 7.1 using that latest version of the ANE

Doing some research and it looks like this is caused by Apple deprecating the UIAlertView in favor of the UIAlertController class. Docs say UIAlertView is deprecated but I don't know...

@raychan123 I searched yesterday for about a half hour and found nothing that wasn't built prior to the deprecation. If anyone knows of one, please post it.

I just did some tests in Xcode 6 and iOS 8, and my original guess that it was due to UIAlertView being deprecated was incorrect. UIAlertView still works just fine....

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...

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 =...

This is an old request, but I came across it today after implementing this myself. See https://github.com/nosir/cleave.js/blob/master/doc/vue.md. The instructions there are accurate EXCEPT you need to change `inserted` to `created`...