if media.hasSource( “PhotoLibrary” ) then
media.show( media.PhotoLibrary, onComplete )
end
or
if media.hasSource( media.PhotoLibrary ) then
media.show( media.PhotoLibrary, onComplete )
end
The above code block is working fine in ios 5.1.1 but in ios 6 it is crashing in landscape mode. The both code block is working fine in portrait mode.
We already added CoronaUseIOS6LandscapeOnlyWorkaround = true, in iphone pList and corona version we are using is 2013.1013 (2013.1.23).
How to resolve?
[import]uid: 47332 topic_id: 35296 reply_id: 335296[/import]