Air for IOS: The browse operation is unsupported.
Hi guys,
I'm working on AIR mobile application for iOS. I try to open the Open File dialog box with
var imageTypes:FileFilter = new FileFilter("Images (*.jpg, *.jpeg, *.png)", "*.jpg; *.jpeg; *.png");
var file:File = new File();
file.browseForOpen("Open", [imageTypes]);
but I get this error:
Error #2044: Unhandled IOErrorEvent:. text=Error #3230: The browse operation is unsupported.
Did i do something wrong? Is there any additional settings to use this feature? I use AIR 3.7 with iPhone 4S iOS 6.1 and iPad 2 iOS 6.1.3
