Slavomir Durej

Results 5 comments of Slavomir Durej

Sure thing, here is simple demo code : ``` as3 package com.durej.d3demo { import starling.core.Starling; import starling.display.Quad; import starling.display.Sprite; import starling.filters.ColorMatrixFilter; import starling.filters.DropShadowFilter; import flash.utils.setTimeout; public class DemoApp extends Sprite...

Hey Daniel, Thanks for the suggestions / workarounds, will employ those until a more systematic / automated solution is found..

I've now found out this is ONLY happening when packaging with the new AIR 4+ faster packer (and -useLegacyAOT no switch) When using original packaging method -target ipa-test or ipa-debug...

I've got a same problem with NativePickerDialog dialog on HTC desire HD! it uses android version 2.3.5. AIR 14.0. my code : ``` as3 picker = new NativePickerDialog(); var selIndex...